From f53dab1982422221c27f9b13d6c176f1b32f80c9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 31 Oct 2014 09:06:42 +0300 Subject: minor actionbar button/layout fixes --- org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml') 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 445369b9..d61097a6 100644 --- a/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml +++ b/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml @@ -18,14 +18,13 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:baselineAligned="false" - android:weightSum="3" android:orientation="horizontal" > @@ -33,7 +32,7 @@ android:id="@+id/headlines_fragment" android:layout_width="0dp" android:layout_height="match_parent" - android:layout_weight="2" + android:layout_weight="0.75" android:background="?headlinesBackground" > -- cgit v1.2.3