Browse Source

Fix selected item background color

Signed-off-by: Abdourahamane BOINAIDI <abdourahamane.boinaidi@infomaniak.com>
Abdourahamane BOINAIDI 5 years ago
parent
commit
f17213c34d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/res/layout/trashbin_item.xml

+ 1 - 1
src/main/res/layout/trashbin_item.xml

@@ -22,7 +22,7 @@
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
     android:minHeight="@dimen/standard_list_item_size"
-    android:background="@drawable/list_selector"
+    android:background="?android:attr/selectableItemBackground"
     android:descendantFocusability="blocksDescendants"
     android:orientation="horizontal">