center aligned the folder icon with the drawer icon

This commit is contained in:
Andy Scherzinger 2015-09-14 21:49:45 +02:00
parent 2132d8a7c7
commit c6bc82d4fe

View file

@ -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