summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorJon Miranda <jonmiranda@google.com>2017-04-20 12:07:38 -0700
committerJon Miranda <jonmiranda@google.com>2017-05-23 10:02:51 -0700
commit4e11c2738a346fe2859c2d03e3133671e5da49ec (patch)
tree5570fa051502b27134263092c4030bb4102c040b /res/layout
parent09273b676e9659890651459c11bda73d67e925c0 (diff)
downloadandroid_packages_apps_Trebuchet-4e11c2738a346fe2859c2d03e3133671e5da49ec.tar.gz
android_packages_apps_Trebuchet-4e11c2738a346fe2859c2d03e3133671e5da49ec.tar.bz2
android_packages_apps_Trebuchet-4e11c2738a346fe2859c2d03e3133671e5da49ec.zip
Add physics motion to items in all apps.
Motion applied to: - Icons - Prediction icons - Prediction divider Bug: 38349031 Change-Id: I376e6e39080c8c80463a0ce8b104b05e4d576f17
Diffstat (limited to 'res/layout')
-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 f3539dcfa..09b965544 100644
--- a/res/layout/all_apps.xml
+++ b/res/layout/all_apps.xml
@@ -51,6 +51,7 @@
android:layout_height="match_parent"
android:layout_gravity="center_horizontal|top"
android:clipToPadding="false"
+ android:overScrollMode="never"
android:descendantFocusability="afterDescendants"
android:focusable="true"
android:paddingStart="@dimen/container_fastscroll_thumb_max_width"