소스 검색

Show left side icons in the list of files with size 32x32 dp instead of the current 20x20 dp

jabarros 11 년 전
부모
커밋
19e0f950e0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      res/layout/list_item.xml

+ 2 - 2
res/layout/list_item.xml

@@ -38,8 +38,8 @@
 
         <ImageView
             android:id="@+id/imageView1"
-            android:layout_width="20dp"
-            android:layout_height="20dp"
+            android:layout_width="32dp"
+            android:layout_height="32dp"
             android:layout_gravity="center_vertical|center"
             android:layout_margin="4dp"
             android:src="@drawable/ic_menu_archive" />