Merge "Make Settings dashboard items focusable." into nyc-dev am: f7cd5bb
am: 74887c8
* commit '74887c883f483dabd32d74136bbfc13694524ea2':
Make Settings dashboard items focusable.
Change-Id: Id13075d0a49b32c3d5ac40822d68510daaf0b411
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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" >
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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" >
|
||||
|
||||
@@ -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" >
|
||||
|
||||
Reference in New Issue
Block a user