mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Merge pull request #150 from Unpublished/more_touch_feedback
add touch feedback to more views
This commit is contained in:
commit
b63062cab1
4 changed files with 4 additions and 4 deletions
|
@ -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…
Reference in a new issue