1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 12:44:42 +00:00

Revert "add touch feedback to more views"

Refs #150 this breaks the activated state

This reverts commit 7fd654e942.
This commit is contained in:
M66B 2019-03-06 10:52:51 +00:00
parent 80b05a202e
commit d0e10cf153
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="?android:attr/selectableItemBackground">
android:background="?attr/drawableItemBackground">
<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="?android:attr/selectableItemBackground">
android:background="?attr/drawableItemBackground">
<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="?android:attr/selectableItemBackground">
android:background="?attr/drawableItemBackground">
<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="?android:attr/selectableItemBackground">
android:background="?attr/drawableItemBackground">
<TextView
android:id="@+id/tvName"