rebalance xlarge article/headlines layout a bit

This commit is contained in:
Andrew Dolgov 2012-06-19 23:52:55 +04:00
parent 1ce4d4a60a
commit be0f5fe64a

View File

@ -43,14 +43,14 @@
android:id="@+id/headlines_fragment" android:id="@+id/headlines_fragment"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_weight="0.5" > android:layout_weight="0.4" >
</FrameLayout> </FrameLayout>
<FrameLayout <FrameLayout
android:id="@+id/article_fragment" android:id="@+id/article_fragment"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_weight="0.5" > android:layout_weight="0.6" >
</FrameLayout> </FrameLayout>
</LinearLayout> </LinearLayout>