From: jabarros Date: Wed, 25 Jun 2014 07:21:28 +0000 (+0200) Subject: Hide 'shared with me' icon when file does not have 'S' permission X-Git-Tag: oc-android-1.7.0_signed~267^2~7 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/be0990baac92b71baf042e9373b72e1484bf7ac1 Hide 'shared with me' icon when file does not have 'S' permission --- 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" />