Merge pull request #150 from Unpublished/more_touch_feedback

add touch feedback to more views
pull/151/head
Marcel Bokhorst 6 years ago committed by GitHub
commit b63062cab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

@ -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"

@ -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"

@ -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"

Loading…
Cancel
Save