Merge commit '42b2e5ca519766e37ce6941ba4faecc9691cc403' into upstream
[debian/openrocket] / android / res / layout-large-land / motorbrowser.xml
diff --git a/android/res/layout-large-land/motorbrowser.xml b/android/res/layout-large-land/motorbrowser.xml
new file mode 100644 (file)
index 0000000..25a2a83
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"\r
+    android:layout_width="match_parent"\r
+    android:layout_height="match_parent"\r
+    android:baselineAligned="false"\r
+    android:orientation="horizontal" >\r
+\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
+    <FrameLayout\r
+        android:id="@+id/sidepane"\r
+        android:layout_width="wrap_content"\r
+        android:layout_height="wrap_content"\r
+        android:layout_weight="1" />\r
+\r
+</LinearLayout>
\ No newline at end of file