Merge commit '42b2e5ca519766e37ce6941ba4faecc9691cc403' into upstream
[debian/openrocket] / android / res / layout / simulation_series_dialog.xml
diff --git a/android/res/layout/simulation_series_dialog.xml b/android/res/layout/simulation_series_dialog.xml
deleted file mode 100644 (file)
index 0b28cfd..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    android:orientation="vertical" >
-
-    <!--  shim to get dialog correct size ?? -->
-    <View
-        android:layout_width="200dp"
-        android:layout_height="0px"
-        android:layout_margin="0px"
-        android:orientation="horizontal" />
-
-    <TextView
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:text="@string/simulationSeries1Label" />
-
-    <Spinner
-        android:id="@+id/simulationSeries1"
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:drawSelectorOnTop="true" />
-
-    <TextView
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:text="@string/simulationSeries2Label" />
-
-    <Spinner
-        android:id="@+id/simulationSeries2"
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:drawSelectorOnTop="true" />
-
-    <Button
-        android:id="@+id/simulationOkButton"
-        android:layout_width="70dp"
-        android:layout_height="70dp"
-        android:layout_gravity="center_horizontal"
-        android:text="ok" />
-
-</LinearLayout>
\ No newline at end of file