The final version for lede-gui (the phone app for device registration)
[iot2.git] / others / lede-gui / src / main / res / layout / install_address.xml
diff --git a/others/lede-gui/src/main/res/layout/install_address.xml b/others/lede-gui/src/main/res/layout/install_address.xml
new file mode 100644 (file)
index 0000000..efc9b54
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"\r
+    xmlns:app="http://schemas.android.com/apk/res-auto"\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/editText3"\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_address"\r
+        app:layout_constraintBottom_toBottomOf="parent"\r
+        app:layout_constraintEnd_toEndOf="parent"\r
+        app:layout_constraintHorizontal_bias="0.5"\r
+        app:layout_constraintStart_toStartOf="parent"\r
+        app:layout_constraintTop_toTopOf="parent" />\r
+</android.support.constraint.ConstraintLayout>
\ No newline at end of file