summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/cats_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-10 19:24:24 +0300
committerAndrew Dolgov <[email protected]>2015-06-10 19:24:24 +0300
commitdffc737a93f90ec866cb9256e9768b08b13de93c (patch)
tree877be4a66846acd60bd6b04254624c4b0dddaf84 /org.fox.ttrss/src/main/res/layout/cats_fragment.xml
parent415d79199dcb39cac7e8f7d1979dfcbfaaa40aa6 (diff)
refactor layouts naming scheme
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/cats_fragment.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/cats_fragment.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/cats_fragment.xml b/org.fox.ttrss/src/main/res/layout/cats_fragment.xml
deleted file mode 100755
index ff2e8307..00000000
--- a/org.fox.ttrss/src/main/res/layout/cats_fragment.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?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