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~1 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/4c0371f82b86e745f9a548f14251f34924956976?ds=inline;hp=-c center aligned the folder icon with the drawer icon --- 4c0371f82b86e745f9a548f14251f34924956976 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" />