Merge commit '42b2e5ca519766e37ce6941ba4faecc9691cc403' into upstream
[debian/openrocket] / android / res / layout / rocket_configurations.xml
diff --git a/android/res/layout/rocket_configurations.xml b/android/res/layout/rocket_configurations.xml
new file mode 100644 (file)
index 0000000..001c520
--- /dev/null
@@ -0,0 +1,17 @@
+<?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
+    <!--\r
+        Note because my implementation of ExpandableListFragment is stupid, the id\r
+        of the ExpandableListView must be @android:id/list\r
+    -->\r
+\r
+    <ExpandableListView\r
+        android:id="@android:id/list"\r
+        android:layout_width="match_parent"\r
+        android:layout_height="wrap_content" />\r
+\r
+</LinearLayout>
\ No newline at end of file