summaryrefslogtreecommitdiffstats
path: root/res/values
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/values
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/values')
-rw-r--r--res/values/dimens.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 07e0b04dd..3bb7a797a 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -34,6 +34,8 @@
<!-- Hotseat -->
<dimen name="dynamic_grid_hotseat_top_padding">8dp</dimen>
<dimen name="dynamic_grid_hotseat_bottom_padding">2dp</dimen>
+ <!-- Extra bottom padding for non-tall devices. -->
+ <dimen name="dynamic_grid_hotseat_bottom_non_tall_padding">0dp</dimen>
<dimen name="dynamic_grid_hotseat_size">80dp</dimen>
<dimen name="dynamic_grid_hotseat_side_padding">0dp</dimen>
@@ -42,6 +44,7 @@
<dimen name="all_apps_scrim_margin">8dp</dimen>
<dimen name="all_apps_scrim_blur">4dp</dimen>
<dimen name="vertical_drag_handle_size">24dp</dimen>
+ <dimen name="vertical_drag_handle_overlap_workspace">0dp</dimen>
<!-- Drop target bar -->
<dimen name="dynamic_grid_drop_target_size">48dp</dimen>