소스 검색

fix unused background

Signed-off-by: Abdourahamane BOINAIDI <abdourahamane.boinaidi@infomaniak.com>
Abdourahamane BOINAIDI 5 년 전
부모
커밋
30bc33307e
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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