summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/fragment_cats.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/fragment_cats.xml')
-rw-r--r--org.fox.ttrss/src/main/res/layout/fragment_cats.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/fragment_cats.xml b/org.fox.ttrss/src/main/res/layout/fragment_cats.xml
new file mode 100644
index 00000000..ff2e8307
--- /dev/null
+++ b/org.fox.ttrss/src/main/res/layout/fragment_cats.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/cats_fragment.xml"
+ android:layout_width="match_parent"
+ android:layout_height="fill_parent" >
+
+ <android.support.v4.widget.SwipeRefreshLayout
+ android:id="@+id/feeds_swipe_container"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" >
+
+ <ListView
+ android:id="@+id/feeds"
+ android:dividerHeight="0dp"
+ android:divider="@null"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" >
+ </ListView>
+ </android.support.v4.widget.SwipeRefreshLayout>
+</FrameLayout> \ No newline at end of file