diff --git a/res/drawable/selectable_card.xml b/res/drawable/selectable_card.xml new file mode 100644 index 00000000000..df9ddb13670 --- /dev/null +++ b/res/drawable/selectable_card.xml @@ -0,0 +1,22 @@ + + + + + + \ No newline at end of file diff --git a/res/layout/support_tile.xml b/res/layout/support_tile.xml index 053f7485bbd..e5e49f40fcc 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="?android:attr/selectableItemBackground" + android:background="@drawable/selectable_card" android:gravity="center_vertical" android:minHeight="@dimen/support_tile_min_height" android:orientation="horizontal">