summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-06-19 23:52:55 +0400
committerAndrew Dolgov <[email protected]>2012-06-19 23:52:55 +0400
commitbe0f5fe64a4e2c042c972e6cf884ce4b50a7dc55 (patch)
treede0e987defd951ee462d98c1c4a548987f50cac9
parent1ce4d4a60aa54c05edf2e1e1370652a3036a7f67 (diff)
rebalance xlarge article/headlines layout a bit
-rw-r--r--res/layout-xlarge/main.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-xlarge/main.xml b/res/layout-xlarge/main.xml
index d5f84dce..e6e3d93a 100644
--- a/res/layout-xlarge/main.xml
+++ b/res/layout-xlarge/main.xml
@@ -43,14 +43,14 @@
android:id="@+id/headlines_fragment"
android:layout_width="0dp"
android:layout_height="match_parent"
- android:layout_weight="0.5" >
+ android:layout_weight="0.4" >
</FrameLayout>
<FrameLayout
android:id="@+id/article_fragment"
android:layout_width="0dp"
android:layout_height="match_parent"
- android:layout_weight="0.5" >
+ android:layout_weight="0.6" >
</FrameLayout>
</LinearLayout>