From: jabarros Date: Wed, 9 Jul 2014 15:52:52 +0000 (+0200) Subject: Fixed bug. The size of a file is moved to the left when it is shared by link X-Git-Tag: oc-android-1.7.0_signed~125^2~8 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/ab5e9250d2ff1bf8813cfa25aa1342e5823746d7 Fixed bug. The size of a file is moved to the left when it is shared by link --- 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"