From be0990baac92b71baf042e9373b72e1484bf7ac1 Mon Sep 17 00:00:00 2001 From: jabarros Date: Wed, 25 Jun 2014 09:21:28 +0200 Subject: [PATCH] Hide 'shared with me' icon when file does not have 'S' permission --- res/layout/list_item.xml | 3 +-- src/com/owncloud/android/ui/adapter/FileListListAdapter.java | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/res/layout/list_item.xml b/res/layout/list_item.xml index 872ebcf5..b71a27c1 100644 --- a/res/layout/list_item.xml +++ b/res/layout/list_item.xml @@ -117,8 +117,7 @@ android:layout_marginLeft="4dp" android:layout_marginRight="4dp" android:layout_marginBottom="4dp" - android:src="@drawable/shared_with_me" - android:visibility="gone" /> + android:src="@drawable/shared_with_me" />