فهرست منبع

center aligned the folder icon with the drawer icon

Andy Scherzinger 9 سال پیش
والد
کامیت
4c0371f82b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      res/layout/list_item.xml

+ 1 - 1
res/layout/list_item.xml

@@ -48,7 +48,7 @@
                 android:layout_width="@dimen/file_icon_size"
                 android:layout_height="@dimen/file_icon_size"
                 android:layout_gravity="center_vertical"
-                android:layout_marginLeft="9dp"
+                android:layout_marginLeft="12dp"
                 android:src="@drawable/ic_menu_archive" />
 
             <ImageView