Fixed bug. Regular files are showing folder icon
[pub/Android/ownCloud.git] / res / layout / list_item.xml
index 9a3604c..b71a27c 100644 (file)
 \r
     </LinearLayout>\r
 \r
+    <LinearLayout\r
+        android:layout_width="wrap_content"\r
+        android:layout_height="match_parent"\r
+        android:gravity="center_vertical"\r
+        android:orientation="vertical">\r
+\r
+    <ImageView\r
+        android:id="@+id/shareWithMeIcon"\r
+        android:layout_width="wrap_content"\r
+        android:layout_height="wrap_content"\r
+        android:layout_gravity="center_vertical"\r
+        android:layout_marginLeft="4dp"\r
+        android:layout_marginRight="4dp"\r
+        android:layout_marginBottom="4dp"\r
+        android:src="@drawable/shared_with_me" />\r
+\r
     <ImageView\r
         android:id="@+id/shareIcon"\r
         android:layout_width="wrap_content"\r
         android:layout_height="wrap_content"\r
         android:layout_gravity="center_vertical"\r
-        android:src="@android:drawable/ic_menu_share" />\r
+        android:layout_marginLeft="4dp"\r
+        android:layout_marginTop="4dp"\r
+        android:layout_marginRight="4dp"\r
+        android:src="@drawable/sharedlink" />\r
+\r
+    </LinearLayout>\r
 \r
     <ImageView\r
         android:id="@+id/custom_checkbox"\r