OSDN Git Service

Minor accessibility change for app discovery item
authorMario Bertschler <bmario@google.com>
Mon, 22 May 2017 16:20:14 +0000 (09:20 -0700)
committerMario Bertschler <bmario@google.com>
Mon, 22 May 2017 16:21:01 +0000 (09:21 -0700)
Bug: 38345854

Change-Id: Ib200b5a6295eb26650c7f28d0b7823b489c70cda

res/layout/all_apps_discovery_item.xml

index 3350530..fb1755c 100644 (file)
@@ -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"