summaryrefslogtreecommitdiffstats
path: root/res/layout/all_apps_fast_scroller.xml
diff options
context:
space:
mode:
authorMario Bertschler <bmario@google.com>2017-11-27 13:10:44 -0800
committerMario Bertschler <bmario@google.com>2017-12-05 14:36:16 -0800
commit2d3157a0bf660e925ef662d007ce9c4d4f2e7ecc (patch)
treeb5e81fe4a1b6a3dc688271f202369432dd3f1d04 /res/layout/all_apps_fast_scroller.xml
parent4018f3df14237adb30c423fee361318cc32673de (diff)
downloadandroid_packages_apps_Trebuchet-2d3157a0bf660e925ef662d007ce9c4d4f2e7ecc.tar.gz
android_packages_apps_Trebuchet-2d3157a0bf660e925ef662d007ce9c4d4f2e7ecc.tar.bz2
android_packages_apps_Trebuchet-2d3157a0bf660e925ef662d007ce9c4d4f2e7ecc.zip
Fixes for fast-scrollbar when using work profile tabs in all apps.
- do not hide scrollbar between switching tabs - full scrollbar height - show predictionrow only when fully scrolled to top Bug: 70037972 Bug: 68713881 Change-Id: Icaa434ce2726b75d22ec4ac3287ab2b0e18ce42b
Diffstat (limited to 'res/layout/all_apps_fast_scroller.xml')
-rw-r--r--res/layout/all_apps_fast_scroller.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/all_apps_fast_scroller.xml b/res/layout/all_apps_fast_scroller.xml
index 12c15cca9..5537bc60a 100644
--- a/res/layout/all_apps_fast_scroller.xml
+++ b/res/layout/all_apps_fast_scroller.xml
@@ -21,7 +21,7 @@
android:id="@+id/fast_scroller_popup"
style="@style/FastScrollerPopup"
android:layout_alignParentEnd="true"
- android:layout_alignTop="@+id/apps_list_view"
+ android:layout_below="@+id/search_container_all_apps"
android:layout_marginEnd="@dimen/fastscroll_popup_margin" />
<com.android.launcher3.views.RecyclerViewFastScroller
@@ -30,7 +30,7 @@
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentEnd="true"
- android:layout_alignTop="@+id/apps_list_view"
+ android:layout_below="@+id/search_container_all_apps"
android:layout_marginEnd="@dimen/fastscroll_end_margin"
launcher:canThumbDetach="true" />