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

Commit f7cd5bb4 authored by Abodunrinwa Toki's avatar Abodunrinwa Toki Committed by Android (Google) Code Review
Browse files

Merge "Make Settings dashboard items focusable." into nyc-dev

parents e5103fe7 23bd5be3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -28,7 +28,8 @@
        android:paddingStart="16dp"
        android:background="?android:attr/colorAccent"
        android:elevation="2dp"
        android:clickable="true">
        android:clickable="true"
        android:focusable="true">

        <LinearLayout
            android:id="@+id/collapsed_group"
@@ -59,6 +60,7 @@
                android:padding="16dp"
                android:tint="?android:attr/textColorPrimaryInverse"
                android:clickable="true"
                android:focusable="true"
                android:background="?android:attr/selectableItemBackground" />

        </LinearLayout>
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
    android:gravity="center_vertical"
    android:minHeight="@dimen/dashboard_tile_minimum_height"
    android:clickable="true"
    android:focusable="true"
    android:background="@drawable/selectable_card"
    android:elevation="@dimen/dashboard_category_elevation" >

+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
        android:gravity="center_vertical"
        android:minHeight="@dimen/dashboard_tile_minimum_height"
        android:clickable="true"
        android:focusable="true"
        android:background="@drawable/selectable_card">

    <View
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
    android:layout_width="match_parent"
    android:layout_height="@dimen/dashboard_category_height"
    android:clickable="true"
    android:focusable="true"
    android:background="@drawable/selectable_card"
    android:elevation="@dimen/dashboard_category_elevation"
    android:gravity="center_vertical" >
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:clickable="true"
    android:focusable="true"
    android:background="@drawable/selectable_card"
    android:elevation="@dimen/dashboard_category_elevation"
    android:orientation="vertical" >