summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-11-01 09:23:20 +0300
committerAndrew Dolgov <[email protected]>2014-11-01 09:23:20 +0300
commit081b98e9c0abbccaf2d99028e68e2a4a139f17cf (patch)
treec02d7af1667a12d2bc7fc6390e9e22d089c71df4 /org.fox.ttrss/src/main/res
parent66906beacef5156112fba52df1abb045d6a0024e (diff)
remove drawer in headlines_articles on phones
Diffstat (limited to 'org.fox.ttrss/src/main/res')
-rw-r--r--org.fox.ttrss/src/main/res/layout/headlines_articles.xml30
1 files changed, 12 insertions, 18 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 09dfb852..06fb8b57 100644
--- a/org.fox.ttrss/src/main/res/layout/headlines_articles.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_articles.xml
@@ -4,25 +4,19 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent">
- <android.support.v4.widget.DrawerLayout
- android:id="@+id/headlines_drawer"
+ <FrameLayout
+ android:id="@+id/article_fragment"
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:background="?articleBackground">
+ </FrameLayout>
- <FrameLayout
- android:id="@+id/article_fragment"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="?articleBackground">
- </FrameLayout>
-
- <FrameLayout
- android:id="@+id/headlines_fragment"
- android:layout_height="match_parent"
- android:layout_width="240dp"
- android:layout_gravity="start"
- android:background="?headlinesBackgroundSolid">
- </FrameLayout>
- </android.support.v4.widget.DrawerLayout>
+ <FrameLayout
+ android:id="@+id/headlines_fragment"
+ android:visibility="gone"
+ android:layout_height="0dp"
+ android:layout_width="0dp"
+ android:background="?headlinesBackgroundSolid">
+ </FrameLayout>
</FrameLayout> \ No newline at end of file