From: Andy Scherzinger Date: Mon, 14 Sep 2015 19:49:45 +0000 (+0200) Subject: center aligned the folder icon with the drawer icon X-Git-Tag: oc-android-1.8~6^2^2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/c6bc82d4fe3cd185d2faad1a5786eade5399102b?ds=inline;hp=--cc center aligned the folder icon with the drawer icon --- c6bc82d4fe3cd185d2faad1a5786eade5399102b diff --git a/res/layout/list_item.xml b/res/layout/list_item.xml index c66ff730..be0b94ea 100644 --- a/res/layout/list_item.xml +++ b/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" />