Merge commit '42b2e5ca519766e37ce6941ba4faecc9691cc403' into upstream
[debian/openrocket] / android / res / layout / motor_config_delay_dialog.xml
diff --git a/android/res/layout/motor_config_delay_dialog.xml b/android/res/layout/motor_config_delay_dialog.xml
new file mode 100644 (file)
index 0000000..8df8882
--- /dev/null
@@ -0,0 +1,26 @@
+<?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
+    <EditText\r
+        android:id="@+id/motor_config_delay_diag_edit"\r
+        android:layout_width="match_parent"\r
+        android:layout_height="wrap_content"\r
+        android:singleLine="true"\r
+        android:ems="10"\r
+        android:imeOptions="actionDone"\r
+        android:inputType="phone"\r
+        android:digits="1234567890" >\r
+\r
+        <requestFocus />\r
+    </EditText>
+\r
+    <ListView\r
+        android:id="@+id/motor_config_delay_diag_list"\r
+        android:layout_width="match_parent"\r
+        android:layout_height="wrap_content" >\r
+    </ListView>\r
+\r
+</LinearLayout>
\ No newline at end of file