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 --- org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines_articles.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines_articles.xml') 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