Browse Source

fix unused background

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

+ 0 - 3
src/main/res/layout/uploader_list_item_layout.xml

@@ -19,9 +19,6 @@
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
     android:layout_height="@dimen/standard_list_item_size"
-    android:focusable="true"
-    android:clickable="true"
-    android:background="?android:attr/selectableItemBackground"
     android:orientation="horizontal">
 
     <ImageView