summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorMario Bertschler <bmario@google.com>2017-05-22 17:58:38 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-05-22 17:58:38 +0000
commite5c411e6269db8b390e370f4a59fc7e5e66e696a (patch)
treebae9023516beedef43479b2a27d72cf673a1d047 /res/layout
parent8bca47adc52d38a58cc7b4bf01c80172d1757243 (diff)
parentfc2b3d2b8a1e1a7d1c0d6ba5e89d2b71a7be9dce (diff)
downloadandroid_packages_apps_Trebuchet-e5c411e6269db8b390e370f4a59fc7e5e66e696a.tar.gz
android_packages_apps_Trebuchet-e5c411e6269db8b390e370f4a59fc7e5e66e696a.tar.bz2
android_packages_apps_Trebuchet-e5c411e6269db8b390e370f4a59fc7e5e66e696a.zip
Minor accessibility change for app discovery item
am: fc2b3d2b8a Change-Id: I8ebb397d368f83e7602f7f6fa6658ac89493d498
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/all_apps_discovery_item.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/layout/all_apps_discovery_item.xml b/res/layout/all_apps_discovery_item.xml
index 3350530af..fb1755c6b 100644
--- a/res/layout/all_apps_discovery_item.xml
+++ b/res/layout/all_apps_discovery_item.xml
@@ -25,7 +25,9 @@
android:layout_width="56dp"
android:layout_height="56dp"
android:padding="8dp"
- android:scaleType="fitCenter"/>
+ android:scaleType="fitCenter"
+ android:focusable="false"
+ android:importantForAccessibility="no"/>
<LinearLayout
android:layout_width="match_parent"