From 5dcc9f8de441c3964f64cfc06a1e964874675c83 Mon Sep 17 00:00:00 2001 From: jabarros Date: Mon, 30 Jun 2014 10:43:50 +0200 Subject: [PATCH] Change order of showing 'shared link' and 'shared with me' icons when both visibles --- res/layout/list_item.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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" /> -- 2.11.0