Merge "Fix categeries being read out on settings dashboard" into nyc-dev

This commit is contained in:
Jason Monk
2016-03-31 14:36:44 +00:00
committed by Android (Google) Code Review

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"