projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed bug. Regular files are showing folder icon
[pub/Android/ownCloud.git]
/
res
/
layout
/
list_item.xml
diff --git
a/res/layout/list_item.xml
b/res/layout/list_item.xml
index
872ebcf
..
b71a27c
100644
(file)
--- a/
res/layout/list_item.xml
+++ b/
res/layout/list_item.xml
@@
-117,8
+117,7
@@
android:layout_marginLeft="4dp"
\r
android:layout_marginRight="4dp"
\r
android:layout_marginBottom="4dp"
\r
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
\r
<ImageView
\r
android:id="@+id/shareIcon"
\r