diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2012-09-01 22:28:06 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2012-09-01 22:28:06 +0400 |
| commit | ee1a8f9a2337a943b85aa4472765fbd80808fe48 (patch) | |
| tree | 8773bcad9f936edaec8d55587d79d793141bb5d4 | |
| parent | 0717b1d38fa0296d04cdb0ee168cec004059797b (diff) | |
resize headline/article view in portrait mode
| -rw-r--r-- | res/layout-sw768dp-port/main.xml | 4 |
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> |