From: jabarros Date: Mon, 30 Jun 2014 08:43:50 +0000 (+0200) Subject: Change order of showing 'shared link' and 'shared with me' icons when both visibles X-Git-Tag: oc-android-1.7.0_signed~267^2~2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/5dcc9f8de441c3964f64cfc06a1e964874675c83?ds=inline;hp=--cc Change order of showing 'shared link' and 'shared with me' icons when both visibles --- 5dcc9f8de441c3964f64cfc06a1e964874675c83 diff --git a/res/layout/list_item.xml b/res/layout/list_item.xml index b71a27c1..0d1d344f 100644 --- a/res/layout/list_item.xml +++ b/res/layout/list_item.xml @@ -110,24 +110,24 @@ android:orientation="vertical"> + android:layout_marginRight="4dp" + android:src="@drawable/sharedlink" /> + android:layout_marginTop="4dp" + android:src="@drawable/shared_with_me" />