summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorJon Miranda <jonmiranda@google.com>2018-06-20 11:05:27 -0700
committerJon Miranda <jonmiranda@google.com>2018-06-20 16:43:19 -0700
commit7e183c39764e3dde34765c59145a56f4cd728864 (patch)
tree91cf6398e70c621a5823200a016ab6ac5530d0a8 /res/layout
parent9a06eba68f7f77b5e65308a968d0d515085bcb5a (diff)
downloadandroid_packages_apps_Trebuchet-7e183c39764e3dde34765c59145a56f4cd728864.tar.gz
android_packages_apps_Trebuchet-7e183c39764e3dde34765c59145a56f4cd728864.tar.bz2
android_packages_apps_Trebuchet-7e183c39764e3dde34765c59145a56f4cd728864.zip
Tune device profiles.
* Extend page indicator so that its centered within the gap between the workspace items and hotseat. * Decrease the amount of extra space we allot to the hotseat. * Add the extra space to the hotseat bottom padding so that the hotseat icons are aligned to the top of the hotseat. Bug: 78589630 Change-Id: I78c619a757d9d248874216e93376ad4ba18c8e50
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/launcher.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/launcher.xml b/res/layout/launcher.xml
index 17361ac80..304d012d2 100644
--- a/res/layout/launcher.xml
+++ b/res/layout/launcher.xml
@@ -48,7 +48,7 @@
<com.android.launcher3.pageindicators.WorkspacePageIndicator
android:id="@+id/page_indicator"
android:layout_width="match_parent"
- android:layout_height="4dp"
+ android:layout_height="@dimen/vertical_drag_handle_size"
android:layout_gravity="bottom|center_horizontal"
android:theme="@style/HomeScreenElementTheme" />