Minor accessibility change for app discovery item

Bug: 38345854

Change-Id: Ib200b5a6295eb26650c7f28d0b7823b489c70cda
This commit is contained in:
Mario Bertschler 2017-05-22 09:20:14 -07:00
parent 45febfec54
commit fc2b3d2b8a
1 changed files with 3 additions and 1 deletions

View 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"