summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_articles.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/headlines_articles.xml
parent3e078aa1d79ca47ac84146a47dc8aa376764656a (diff)
fix assorted crap reported by code analysis
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_articles.xml')
-rw-r--r--org.fox.ttrss/src/main/res/layout/headlines_articles.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_articles.xml b/org.fox.ttrss/src/main/res/layout/headlines_articles.xml
index 6b54759b..f49214cd 100644
--- a/org.fox.ttrss/src/main/res/layout/headlines_articles.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_articles.xml
@@ -1,9 +1,8 @@
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/headlines"
android:fitsSystemWindows="true"
android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical" >
+ android:layout_height="fill_parent">
<LinearLayout
android:id="@+id/fragment_container"
@@ -29,4 +28,4 @@
</FrameLayout>
</LinearLayout>
-</LinearLayout> \ No newline at end of file
+</FrameLayout> \ No newline at end of file