Merge "Fix categeries being read out on settings dashboard" into nyc-dev am: 69446e8

am: d09508b

* commit 'd09508b8fc2c6fd917ab2f69e1014fa96edf2e1d':
  Fix categeries being read out on settings dashboard

Change-Id: I3ffd285de257ed9171a5b0d9f11f61305f22f4bf
This commit is contained in:
Jason Monk
2016-03-31 15:50:46 +00:00
committed by android-build-merger

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"