Change placeholder views in the motorbrowser from LinearLayout to FrameLayout since...
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Thu, 9 Feb 2012 20:59:22 +0000 (20:59 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Thu, 9 Feb 2012 20:59:22 +0000 (20:59 +0000)
git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@402 180e2498-e6e9-4542-8430-84ac67f01cd8

android/res/layout-xlarge-land/motorbrowser.xml
android/res/layout-xlarge-port/motorbrowser.xml
android/res/layout/motorbrowser.xml

index 5cd0136c0421455c2454c66545f231e3f6d7c496..33c1237d587dbfb2576810e3d5934d215fac7087 100644 (file)
@@ -4,17 +4,16 @@
     android:layout_height="match_parent"\r
     android:orientation="horizontal" >\r
 \r
-    <LinearLayout\r
+    <FrameLayout\r
         android:id="@+id/motorBrowserList"\r
         android:layout_width="wrap_content"\r
         android:layout_height="match_parent"\r
         android:layout_weight="4"/>\r
 \r
-    <LinearLayout\r
+    <FrameLayout\r
         android:id="@+id/sidepane"\r
         android:layout_width="wrap_content"\r
         android:layout_height="wrap_content"\r
-        android:layout_weight="1"\r
-        android:orientation="vertical" />\r
+        android:layout_weight="1"/>\r
 \r
 </LinearLayout>
\ No newline at end of file
index 61f8395cd47552af1a4e38f776a5e5154a7a8c3b..a1cab77f492bab205ce89538eb65fc8c7a6b248b 100644 (file)
@@ -4,17 +4,16 @@
     android:layout_height="match_parent"\r
     android:orientation="vertical" >\r
 \r
-    <LinearLayout\r
+    <FrameLayout\r
         android:id="@+id/motorBrowserList"\r
         android:layout_width="match_parent"\r
         android:layout_height="match_parent"\r
         android:layout_weight="3" />\r
 \r
-    <LinearLayout\r
+    <FrameLayout\r
         android:id="@+id/sidepane"\r
         android:layout_width="wrap_content"\r
         android:layout_height="wrap_content"\r
-        android:layout_weight="1"\r
-        android:orientation="vertical" />\r
+        android:layout_weight="1"/>\r
 \r
 </LinearLayout>
\ No newline at end of file
index 0240e153a8540765ece3fd0980e18d89ae584ea5..8024bef4451c73c70304f5dac7e6980842d287b9 100644 (file)
@@ -4,7 +4,7 @@
     android:layout_height="match_parent"\r
     android:orientation="horizontal" >\r
 \r
-    <LinearLayout\r
+    <FrameLayout\r
         android:id="@+id/motorBrowserList"\r
         android:layout_width="match_parent"\r
         android:layout_height="match_parent" />\r