summaryrefslogtreecommitdiffstats
path: root/res/layout-land/all_apps_fast_scroller.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-land/all_apps_fast_scroller.xml')
-rw-r--r--res/layout-land/all_apps_fast_scroller.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/res/layout-land/all_apps_fast_scroller.xml b/res/layout-land/all_apps_fast_scroller.xml
index 957c33174..6a68f84e9 100644
--- a/res/layout-land/all_apps_fast_scroller.xml
+++ b/res/layout-land/all_apps_fast_scroller.xml
@@ -22,7 +22,8 @@
style="@style/FastScrollerPopup"
android:layout_alignParentEnd="true"
android:layout_alignTop="@+id/apps_list_view"
- android:layout_marginEnd="-5dp" />
+ android:layout_marginTop="-5dp"
+ android:layout_marginEnd="-45dp" />
<com.android.launcher3.allapps.LandscapeFastScroller
android:id="@+id/fast_scroller"
@@ -30,9 +31,9 @@
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentEnd="true"
- android:layout_alignTop="@+id/apps_list_view"
- android:layout_marginEnd="-48dp"
- android:layout_marginTop="-8dp"
+ android:layout_alignParentTop="@+id/apps_list_view"
+ android:layout_marginEnd="-88dp"
+ android:layout_marginTop="14dp"
launcher:canThumbDetach="true" />
</merge> \ No newline at end of file