Fix categeries being read out on settings dashboard

Change-Id: Ica0eec62a532fa40b57553e8e3d9fba1cba3bd4e
Fixes: 26125682
This commit is contained in:
Jason Monk
2016-03-31 10:35:03 -04:00
parent b0bca3c3c1
commit 9c868652ba

View File

@@ -20,7 +20,8 @@
android:layout_height="@dimen/dashboard_category_height"
android:orientation="vertical"
android:paddingBottom="8dip"
android:background="@color/card_background" >
android:background="@color/card_background"
android:importantForAccessibility="noHideDescendants">
<View
android:layout_width="match_parent"