From 64a94f351df917a81361a573e7c7998890369173 Mon Sep 17 00:00:00 2001 From: jabarros Date: Wed, 9 Jul 2014 16:28:09 +0200 Subject: [PATCH] Fixed bug. Icons are not shown correctly in the file list --- res/layout/list_item.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/layout/list_item.xml b/res/layout/list_item.xml index 5e7edc67..911c4b26 100644 --- a/res/layout/list_item.xml +++ b/res/layout/list_item.xml @@ -25,7 +25,7 @@ android:layout_height="56dp"> @@ -52,6 +52,7 @@ android:layout_height="wrap_content" android:layout_gravity="bottom|right" android:layout_marginBottom="10dp" + android:layout_marginRight="2dp" android:src="@drawable/ic_favorite" /> -- 2.11.0