projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
test for fdroid
[pub/Android/ownCloud.git]
/
res
/
layout
/
list_fragment.xml
diff --git
a/res/layout/list_fragment.xml
b/res/layout/list_fragment.xml
index
ac28fcf
..
bd8b12d
100644
(file)
--- a/
res/layout/list_fragment.xml
+++ b/
res/layout/list_fragment.xml
@@
-39,6
+39,8
@@
android:id="@+id/list_root"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/list_root"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:divider="@color/list_divider_background"
+ android:dividerHeight="1px"
android:visibility="visible" />
</android.support.v4.widget.SwipeRefreshLayout>
android:visibility="visible" />
</android.support.v4.widget.SwipeRefreshLayout>
@@
-131,4
+133,4
@@
fab:fab_title=""/>
</com.getbase.floatingactionbutton.FloatingActionsMenu>
fab:fab_title=""/>
</com.getbase.floatingactionbutton.FloatingActionsMenu>
-</RelativeLayout>
\ No newline at end of file
+</RelativeLayout>