The final version for lede-gui (the phone app for device registration)
[iot2.git] / others / lede-gui / src / main / res / layout / install_host.xml
diff --git a/others/lede-gui/src/main/res/layout/install_host.xml b/others/lede-gui/src/main/res/layout/install_host.xml
new file mode 100644 (file)
index 0000000..0a76e8e
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<android.support.constraint.ConstraintLayout\r
+    xmlns:android="http://schemas.android.com/apk/res/android"\r
+    xmlns:tools="http://schemas.android.com/tools"\r
+    android:layout_width="match_parent"\r
+    android:layout_height="match_parent">\r
+\r
+    <EditText\r
+        android:id="@+id/editText6"\r
+        android:layout_width="wrap_content"\r
+        android:layout_height="wrap_content"\r
+        android:ems="10"\r
+        android:inputType="textPersonName"\r
+        android:text="@string/install_host"\r
+        tools:layout_editor_absoluteX="77dp"\r
+        tools:layout_editor_absoluteY="149dp" />\r
+</android.support.constraint.ConstraintLayout>
\ No newline at end of file