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

am: 69446e8

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

Change-Id: Ifd3c3ad560969b58557acd86a98eb299d65a4385
This commit is contained in:
Jason Monk
2016-03-31 15:43:28 +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"