Merge pull request #150 from Unpublished/more_touch_feedback

add touch feedback to more views
This commit is contained in:
Marcel Bokhorst 2019-02-25 21:01:12 +01:00 committed by GitHub
commit b63062cab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
android:id="@+id/clItem"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/drawableItemBackground">
android:background="?android:attr/selectableItemBackground">
<View
android:id="@+id/vwColor"

View File

@ -8,7 +8,7 @@
android:id="@+id/clItem"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/drawableItemBackground">
android:background="?android:attr/selectableItemBackground">
<View
android:id="@+id/vwColor"

View File

@ -8,7 +8,7 @@
android:id="@+id/clItem"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/drawableItemBackground">
android:background="?android:attr/selectableItemBackground">
<View
android:id="@+id/vwColor"

View File

@ -8,7 +8,7 @@
android:id="@+id/clItem"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/drawableItemBackground">
android:background="?android:attr/selectableItemBackground">
<TextView
android:id="@+id/tvName"