From 99216872d0e0edf2085eef5bd95a038b9edb76aa Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 5 Jun 2015 20:01:27 +0300 Subject: do not show drawer header in tablet horizontal mode --- .../src/main/res/layout-sw600dp-land/headlines.xml | 33 +++++++++++----------- .../res/layout-sw600dp-land/headlines_articles.xml | 4 +-- 2 files changed, 19 insertions(+), 18 deletions(-) (limited to 'org.fox.ttrss/src/main/res') diff --git a/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml b/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml index 598fd987..88e84742 100755 --- a/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml +++ b/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml @@ -1,11 +1,18 @@ + + + + + android:orientation="horizontal" + android:layout_below="@+id/actionbar_toolbar"> - - + - - - - + - - + diff --git a/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines_articles.xml b/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines_articles.xml index 008efa4c..4067b7b4 100755 --- a/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines_articles.xml +++ b/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines_articles.xml @@ -26,7 +26,7 @@ android:id="@+id/headlines_fragment" android:layout_width="0dp" android:layout_height="match_parent" - android:layout_weight="0.4" + android:layout_weight="0.3" android:background="?headlinesBackground" > @@ -34,7 +34,7 @@ android:id="@+id/article_fragment" android:layout_width="0dp" android:layout_height="match_parent" - android:layout_weight="0.6" + android:layout_weight="0.7" android:elevation="4dp" android:background="?articleBackground" > -- cgit v1.2.3-54-g00ecf