Revert "add touch feedback to more views"

Refs #150 this breaks the activated state

This reverts commit 7fd654e942.
pull/152/head
M66B 6 years ago
parent 80b05a202e
commit d0e10cf153

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

Loading…
Cancel
Save