summaryrefslogtreecommitdiffstats
path: root/res/layout-land/all_apps_fast_scroller.xml
diff options
context:
space:
mode:
authorJon Miranda <jonmiranda@google.com>2017-07-31 17:25:27 -0700
committerJon Miranda <jonmiranda@google.com>2017-08-01 16:56:38 -0700
commit18751b649d02fd1e613c294e52193623b42f69e7 (patch)
treeac1faa697377bc508f721e7f34045cb206f2157a /res/layout-land/all_apps_fast_scroller.xml
parentec99420fe743c28ac97af1238acf9da8f8e181b9 (diff)
downloadandroid_packages_apps_Trebuchet-18751b649d02fd1e613c294e52193623b42f69e7.tar.gz
android_packages_apps_Trebuchet-18751b649d02fd1e613c294e52193623b42f69e7.tar.bz2
android_packages_apps_Trebuchet-18751b649d02fd1e613c294e52193623b42f69e7.zip
Landscape launcher grid/all apps to spec.
* Moves FastScroller to the right. Bug: 64160529 Change-Id: Ie0dfc0a2f0f2d6f6366e4f299769148d76017782
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