Merge pull request #1157 from owncloud/fix_file_list_icon_alignment
authormasensio <masensio@solidgear.es>
Wed, 16 Sep 2015 10:34:30 +0000 (12:34 +0200)
committermasensio <masensio@solidgear.es>
Wed, 16 Sep 2015 10:34:30 +0000 (12:34 +0200)
center aligned the folder icon with the drawer icon

res/layout/list_item.xml

index c66ff73..be0b94e 100644 (file)
@@ -48,7 +48,7 @@
                 android:layout_width="@dimen/file_icon_size"\r
                 android:layout_height="@dimen/file_icon_size"\r
                 android:layout_gravity="center_vertical"\r
-                android:layout_marginLeft="9dp"\r
+                android:layout_marginLeft="12dp"\r
                 android:src="@drawable/ic_menu_archive" />\r
 \r
             <ImageView\r