small edit to the selectable item background

This commit is contained in:
tibbi 2016-09-07 22:42:12 +02:00
parent c186fe9f3e
commit f40baad7e5

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