From ab5e9250d2ff1bf8813cfa25aa1342e5823746d7 Mon Sep 17 00:00:00 2001 From: jabarros Date: Wed, 9 Jul 2014 17:52:52 +0200 Subject: [PATCH] Fixed bug. The size of a file is moved to the left when it is shared by link --- res/layout/list_item.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/res/layout/list_item.xml b/res/layout/list_item.xml index 911c4b26..a4113de7 100644 --- a/res/layout/list_item.xml +++ b/res/layout/list_item.xml @@ -107,7 +107,7 @@ @@ -116,7 +116,7 @@ android:id="@+id/sharedIcon" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_gravity="center_vertical" + android:layout_gravity="center" android:layout_marginLeft="4dp" android:layout_marginBottom="4dp" android:layout_marginRight="4dp" @@ -126,7 +126,7 @@ android:id="@+id/sharedWithMeIcon" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_gravity="center_vertical" + android:layout_gravity="center" android:layout_marginLeft="4dp" android:layout_marginRight="4dp" android:layout_marginTop="4dp" -- 2.11.0