diff --git a/res/layout/dashboard_category.xml b/res/layout/dashboard_category.xml index d3f6b4fe85f..0a7aed96bf5 100644 --- a/res/layout/dashboard_category.xml +++ b/res/layout/dashboard_category.xml @@ -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">