Merge "Make Settings dashboard items focusable." into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f7cd5bb4da
@@ -28,7 +28,8 @@
|
|||||||
android:paddingStart="16dp"
|
android:paddingStart="16dp"
|
||||||
android:background="?android:attr/colorAccent"
|
android:background="?android:attr/colorAccent"
|
||||||
android:elevation="2dp"
|
android:elevation="2dp"
|
||||||
android:clickable="true">
|
android:clickable="true"
|
||||||
|
android:focusable="true">
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/collapsed_group"
|
android:id="@+id/collapsed_group"
|
||||||
@@ -59,6 +60,7 @@
|
|||||||
android:padding="16dp"
|
android:padding="16dp"
|
||||||
android:tint="?android:attr/textColorPrimaryInverse"
|
android:tint="?android:attr/textColorPrimaryInverse"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
|
android:focusable="true"
|
||||||
android:background="?android:attr/selectableItemBackground" />
|
android:background="?android:attr/selectableItemBackground" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
@@ -21,6 +21,7 @@
|
|||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:minHeight="@dimen/dashboard_tile_minimum_height"
|
android:minHeight="@dimen/dashboard_tile_minimum_height"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
|
android:focusable="true"
|
||||||
android:background="@drawable/selectable_card"
|
android:background="@drawable/selectable_card"
|
||||||
android:elevation="@dimen/dashboard_category_elevation" >
|
android:elevation="@dimen/dashboard_category_elevation" >
|
||||||
|
|
||||||
|
@@ -21,6 +21,7 @@
|
|||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:minHeight="@dimen/dashboard_tile_minimum_height"
|
android:minHeight="@dimen/dashboard_tile_minimum_height"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
|
android:focusable="true"
|
||||||
android:background="@drawable/selectable_card">
|
android:background="@drawable/selectable_card">
|
||||||
|
|
||||||
<View
|
<View
|
||||||
|
@@ -19,6 +19,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="@dimen/dashboard_category_height"
|
android:layout_height="@dimen/dashboard_category_height"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
|
android:focusable="true"
|
||||||
android:background="@drawable/selectable_card"
|
android:background="@drawable/selectable_card"
|
||||||
android:elevation="@dimen/dashboard_category_elevation"
|
android:elevation="@dimen/dashboard_category_elevation"
|
||||||
android:gravity="center_vertical" >
|
android:gravity="center_vertical" >
|
||||||
|
@@ -19,6 +19,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
|
android:focusable="true"
|
||||||
android:background="@drawable/selectable_card"
|
android:background="@drawable/selectable_card"
|
||||||
android:elevation="@dimen/dashboard_category_elevation"
|
android:elevation="@dimen/dashboard_category_elevation"
|
||||||
android:orientation="vertical" >
|
android:orientation="vertical" >
|
||||||
|
Reference in New Issue
Block a user