From: kruland2607 Date: Thu, 9 Feb 2012 20:59:22 +0000 (+0000) Subject: Change placeholder views in the motorbrowser from LinearLayout to FrameLayout since... X-Git-Tag: upstream/12.03~1^2~69 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=28e9c84e315ba4c553df7cc5feed2436d20cd813;p=debian%2Fopenrocket Change placeholder views in the motorbrowser from LinearLayout to FrameLayout since they are lighter. git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@402 180e2498-e6e9-4542-8430-84ac67f01cd8 --- diff --git a/android/res/layout-xlarge-land/motorbrowser.xml b/android/res/layout-xlarge-land/motorbrowser.xml index 5cd0136c..33c1237d 100644 --- a/android/res/layout-xlarge-land/motorbrowser.xml +++ b/android/res/layout-xlarge-land/motorbrowser.xml @@ -4,17 +4,16 @@ android:layout_height="match_parent" android:orientation="horizontal" > - - + android:layout_weight="1"/> \ No newline at end of file diff --git a/android/res/layout-xlarge-port/motorbrowser.xml b/android/res/layout-xlarge-port/motorbrowser.xml index 61f8395c..a1cab77f 100644 --- a/android/res/layout-xlarge-port/motorbrowser.xml +++ b/android/res/layout-xlarge-port/motorbrowser.xml @@ -4,17 +4,16 @@ android:layout_height="match_parent" android:orientation="vertical" > - - + android:layout_weight="1"/> \ No newline at end of file diff --git a/android/res/layout/motorbrowser.xml b/android/res/layout/motorbrowser.xml index 0240e153..8024bef4 100644 --- a/android/res/layout/motorbrowser.xml +++ b/android/res/layout/motorbrowser.xml @@ -4,7 +4,7 @@ android:layout_height="match_parent" android:orientation="horizontal" > -