diff options
| -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> |