Merge commit '42b2e5ca519766e37ce6941ba4faecc9691cc403' into upstream
[debian/openrocket] / android / res / layout / motor_list_dialog.xml
diff --git a/android/res/layout/motor_list_dialog.xml b/android/res/layout/motor_list_dialog.xml
new file mode 100644 (file)
index 0000000..ff18b98
--- /dev/null
@@ -0,0 +1,13 @@
+<?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:orientation="vertical" >\r
+\r
+    <fragment\r
+        android:id="@+id/motor_list"\r
+        android:layout_width="match_parent"\r
+        android:layout_height="match_parent"\r
+        class="net.sf.openrocket.motor.MotorListFragment" />\r
+\r
+</LinearLayout>
\ No newline at end of file