small change to selectable item background

This commit is contained in:
tibbi 2016-09-07 22:45:24 +02:00
parent 79b24f4eb2
commit 94e5329089
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,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