summaryrefslogtreecommitdiffstats
path: root/res/layout/all_apps_fast_scroller.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-03-27 20:09:50 +0000
committerSunny Goyal <sunnygoyal@google.com>2018-03-27 20:09:50 +0000
commita750730d9044b0c6b2358b0731b5f58d4c802b3f (patch)
treeadb6f85c4182a1f3271c30cad0fef9b43750ebb7 /res/layout/all_apps_fast_scroller.xml
parent9623ed1894829cb046db36c5bdab71d2bcc4bd51 (diff)
downloadandroid_packages_apps_Trebuchet-a750730d9044b0c6b2358b0731b5f58d4c802b3f.tar.gz
android_packages_apps_Trebuchet-a750730d9044b0c6b2358b0731b5f58d4c802b3f.tar.bz2
android_packages_apps_Trebuchet-a750730d9044b0c6b2358b0731b5f58d4c802b3f.zip
Revert "Using dimension instead of relyong on relativeLayout for view positions"
This reverts commit 9623ed1894829cb046db36c5bdab71d2bcc4bd51. Reason for revert: b/76398583 Change-Id: I85f842d2c1511fe7ac374756e83641b59cbdd56d
Diffstat (limited to 'res/layout/all_apps_fast_scroller.xml')
-rw-r--r--res/layout/all_apps_fast_scroller.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/all_apps_fast_scroller.xml b/res/layout/all_apps_fast_scroller.xml
index d858d3e21..5537bc60a 100644
--- a/res/layout/all_apps_fast_scroller.xml
+++ b/res/layout/all_apps_fast_scroller.xml
@@ -21,8 +21,8 @@
android:id="@+id/fast_scroller_popup"
style="@style/FastScrollerPopup"
android:layout_alignParentEnd="true"
- android:layout_marginEnd="@dimen/fastscroll_popup_margin"
- android:layout_marginTop="@dimen/all_apps_search_bar_field_height_and_margin" />
+ android:layout_below="@+id/search_container_all_apps"
+ android:layout_marginEnd="@dimen/fastscroll_popup_margin" />
<com.android.launcher3.views.RecyclerViewFastScroller
android:id="@+id/fast_scroller"
@@ -30,8 +30,8 @@
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentEnd="true"
+ android:layout_below="@+id/search_container_all_apps"
android:layout_marginEnd="@dimen/fastscroll_end_margin"
- android:layout_marginTop="@dimen/all_apps_search_bar_field_height_and_margin"
launcher:canThumbDetach="true" />
</merge> \ No newline at end of file