summaryrefslogtreecommitdiff
path: root/res/layout-sw768dp-port/main.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-01 22:28:06 +0400
committerAndrew Dolgov <[email protected]>2012-09-01 22:28:06 +0400
commitee1a8f9a2337a943b85aa4472765fbd80808fe48 (patch)
tree8773bcad9f936edaec8d55587d79d793141bb5d4 /res/layout-sw768dp-port/main.xml
parent0717b1d38fa0296d04cdb0ee168cec004059797b (diff)
resize headline/article view in portrait mode
Diffstat (limited to 'res/layout-sw768dp-port/main.xml')
-rw-r--r--res/layout-sw768dp-port/main.xml4
1 files 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" >
</FrameLayout>
@@ -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" >
</FrameLayout>
</LinearLayout>
</LinearLayout>