diff --git a/res/drawable/selectable_card.xml b/res/drawable/selectable_card.xml deleted file mode 100644 index 3a1e8b26122..00000000000 --- a/res/drawable/selectable_card.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/res/layout/dashboard_tile.xml b/res/layout/dashboard_tile.xml index 0e06d18cdad..1ec17300598 100644 --- a/res/layout/dashboard_tile.xml +++ b/res/layout/dashboard_tile.xml @@ -19,7 +19,7 @@ android:id="@+id/dashboard_tile" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="@drawable/selectable_card" + android:background="?android:attr/selectableItemBackground" android:gravity="center_vertical" android:minHeight="@dimen/dashboard_tile_minimum_height" android:clickable="true" diff --git a/res/layout/settings_main_dashboard.xml b/res/layout/settings_main_dashboard.xml index 1b7506ea9a4..c10193cda90 100644 --- a/res/layout/settings_main_dashboard.xml +++ b/res/layout/settings_main_dashboard.xml @@ -21,5 +21,4 @@ android:id="@+id/main_content" android:layout_height="match_parent" android:layout_width="match_parent" - android:background="@color/material_grey_300" /> diff --git a/res/layout/support_tile.xml b/res/layout/support_tile.xml index e294868ff1b..c2081c7e07c 100644 --- a/res/layout/support_tile.xml +++ b/res/layout/support_tile.xml @@ -19,7 +19,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="@drawable/selectable_card" + android:background="?android:attr/selectableItemBackground" android:gravity="center_vertical" android:minHeight="@dimen/support_tile_min_height" android:orientation="horizontal">