Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69446e80 authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

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

parents 04f10a5e 9c868652
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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"