From ee1a8f9a2337a943b85aa4472765fbd80808fe48 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 1 Sep 2012 22:28:06 +0400 Subject: [PATCH] resize headline/article view in portrait mode --- res/layout-sw768dp-port/main.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/layout-sw768dp-port/main.xml b/res/layout-sw768dp-port/main.xml index b640efcf..40f28d6c 100644 --- a/res/layout-sw768dp-port/main.xml +++ b/res/layout-sw768dp-port/main.xml @@ -27,7 +27,7 @@ android:id="@+id/headlines_fragment" android:layout_width="match_parent" android:layout_height="0dp" - android:layout_weight="0.5" + android:layout_weight="0.30" android:background="?headlinesBackgroundSolid" > @@ -36,7 +36,7 @@ android:layout_width="match_parent" android:layout_height="0dp" android:background="?articleBackground" - android:layout_weight="0.5" > + android:layout_weight="0.70" >