From c6bc82d4fe3cd185d2faad1a5786eade5399102b Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Mon, 14 Sep 2015 21:49:45 +0200 Subject: [PATCH 1/2] center aligned the folder icon with the drawer icon --- res/layout/list_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/list_item.xml b/res/layout/list_item.xml index c66ff73089..be0b94ea7f 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" /> Date: Mon, 14 Sep 2015 21:49:45 +0200 Subject: [PATCH 2/2] center aligned the folder icon with the drawer icon --- res/layout/list_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/list_item.xml b/res/layout/list_item.xml index c66ff73089..be0b94ea7f 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" />