resize headline/article view in portrait mode

This commit is contained in:
Andrew Dolgov 2012-09-01 22:28:06 +04:00
parent 0717b1d38f
commit ee1a8f9a23

View File

@ -27,7 +27,7 @@
android:id="@+id/headlines_fragment" android:id="@+id/headlines_fragment"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="0dp" android:layout_height="0dp"
android:layout_weight="0.5" android:layout_weight="0.30"
android:background="?headlinesBackgroundSolid" > android:background="?headlinesBackgroundSolid" >
</FrameLayout> </FrameLayout>
@ -36,7 +36,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="0dp" android:layout_height="0dp"
android:background="?articleBackground" android:background="?articleBackground"
android:layout_weight="0.5" > android:layout_weight="0.70" >
</FrameLayout> </FrameLayout>
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>