summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/feeds.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-31 13:42:19 +0300
committerAndrew Dolgov <[email protected]>2014-10-31 13:42:19 +0300
commit8a15540c6134adf6fa6f0244f432adbf9abc1acf (patch)
tree21d47aaadbd694a9917135229188fd929f502689 /org.fox.ttrss/src/main/res/layout/feeds.xml
parent3e078aa1d79ca47ac84146a47dc8aa376764656a (diff)
fix assorted crap reported by code analysis
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/feeds.xml')
-rw-r--r--org.fox.ttrss/src/main/res/layout/feeds.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/feeds.xml b/org.fox.ttrss/src/main/res/layout/feeds.xml
deleted file mode 100644
index 34efccec..00000000
--- a/org.fox.ttrss/src/main/res/layout/feeds.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/main"
- android:fitsSystemWindows="true"
- android:orientation="vertical"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent" >
-
- <FrameLayout
- android:id="@+id/feeds_fragment"
- android:background="?smallScreenBackground"
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
- </FrameLayout>
-
-</LinearLayout> \ No newline at end of file