android:layout_marginLeft="4dp"\r
android:layout_marginRight="4dp"\r
android:layout_marginBottom="4dp"\r
- android:src="@drawable/shared_with_me"\r
- android:visibility="gone" />\r
+ android:src="@drawable/shared_with_me" />\r
\r
<ImageView\r
android:id="@+id/shareIcon"\r
ImageView fileIcon = (ImageView) view.findViewById(R.id.imageView1);\r
ImageView shareIconV = (ImageView) view.findViewById(R.id.shareIcon);\r
ImageView shareWithMeIconV = (ImageView) view.findViewById(R.id.shareWithMeIcon);\r
+ shareWithMeIconV.setVisibility(View.GONE);\r
\r
if (file.isShareByLink()) {\r
shareIconV.setVisibility(View.VISIBLE);\r