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

Commit 9c868652 authored by Jason Monk's avatar Jason Monk
Browse files

Fix categeries being read out on settings dashboard

Change-Id: Ica0eec62a532fa40b57553e8e3d9fba1cba3bd4e
Fixes: 26125682
parent b0bca3c3
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -20,7 +20,8 @@
    android:layout_height="@dimen/dashboard_category_height"
    android:layout_height="@dimen/dashboard_category_height"
    android:orientation="vertical"
    android:orientation="vertical"
    android:paddingBottom="8dip"
    android:paddingBottom="8dip"
    android:background="@color/card_background" >
    android:background="@color/card_background"
    android:importantForAccessibility="noHideDescendants">


    <View
    <View
        android:layout_width="match_parent"
        android:layout_width="match_parent"