small change to selectable item background

This commit is contained in:
tibbi 2016-09-07 22:57:34 +02:00
parent 361f3d0e87
commit d07905f227
1 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/settings_padding"
android:background="?android:attr/selectableItemBackground"
android:background="?attr/selectableItemBackground"
android:padding="@dimen/activity_margin">
<TextView
@ -43,7 +43,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/settings_padding"
android:background="?android:attr/selectableItemBackground"
android:background="?attr/selectableItemBackground"
android:padding="@dimen/activity_margin">
<TextView
@ -69,7 +69,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/settings_padding"
android:background="?android:attr/selectableItemBackground"
android:background="?attr/selectableItemBackground"
android:padding="@dimen/activity_margin">
<TextView
@ -95,7 +95,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/settings_padding"
android:background="?android:attr/selectableItemBackground"
android:background="?attr/selectableItemBackground"
android:padding="@dimen/activity_margin">
<TextView
@ -121,7 +121,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/settings_padding"
android:background="?android:attr/selectableItemBackground"
android:background="?attr/selectableItemBackground"
android:padding="@dimen/activity_margin">
<TextView