add touch feedback to more views

pull/150/head
Unpublished 6 years ago
parent 6f2322869a
commit 7fd654e942

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