summaryrefslogtreecommitdiffstats
path: root/res/layout/all_apps.xml
diff options
context:
space:
mode:
authorJon Miranda <jonmiranda@google.com>2016-11-03 16:20:15 -0700
committerJon Miranda <jonmiranda@google.com>2016-11-03 16:20:15 -0700
commit068953bccc5e1b04f3731e0b1e1fa78de5749a98 (patch)
treefbfae56a7c4e5d8676931ac1e75b892b2ec5304e /res/layout/all_apps.xml
parentff646727fd47599ac3b45e9f12b682896c161668 (diff)
downloadandroid_packages_apps_Trebuchet-068953bccc5e1b04f3731e0b1e1fa78de5749a98.tar.gz
android_packages_apps_Trebuchet-068953bccc5e1b04f3731e0b1e1fa78de5749a98.tar.bz2
android_packages_apps_Trebuchet-068953bccc5e1b04f3731e0b1e1fa78de5749a98.zip
Match AllApps start and end paddings.
Padding was only on the end to account for the scrollbar. Adding padding to the left allows the icons on AllApps to align with the icons on the workspace. Bug: 32640697 Change-Id: Iced9287979a11afda98bc6bfc926fe87182bee68
Diffstat (limited to 'res/layout/all_apps.xml')
-rw-r--r--res/layout/all_apps.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/all_apps.xml b/res/layout/all_apps.xml
index 803a1b561..1909f3b54 100644
--- a/res/layout/all_apps.xml
+++ b/res/layout/all_apps.xml
@@ -53,6 +53,7 @@
android:clipToPadding="false"
android:descendantFocusability="afterDescendants"
android:focusable="true"
+ android:paddingStart="@dimen/container_fastscroll_thumb_max_width"
android:paddingEnd="@dimen/container_fastscroll_thumb_max_width"
android:theme="@style/CustomOverscroll.Light" />