Browse Source

changed do 64x64 filetype icons

tobiasKaminsky 10 years ago
parent
commit
07e4eaac9a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      res/layout/grid_item.xml

+ 2 - 2
res/layout/grid_item.xml

@@ -43,8 +43,8 @@
 
         <ImageView
             android:id="@+id/thumbnail"
-            android:layout_width="80dp"
-            android:layout_height="80dp"
+            android:layout_width="64dp"
+            android:layout_height="64dp"
             android:layout_gravity="center_horizontal"
             android:layout_marginLeft="10dp"
             android:layout_marginRight="10dp"