The final version for lede-gui (the phone app for device registration)
[iot2.git] / others / lede-gui / src / main / res / layout / update.xml
diff --git a/others/lede-gui/src/main/res/layout/update.xml b/others/lede-gui/src/main/res/layout/update.xml
new file mode 100644 (file)
index 0000000..798f17d
--- /dev/null
@@ -0,0 +1,31 @@
+<?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:id="@+id/update"\r
+    android:layout_width="match_parent"\r
+    android:layout_height="match_parent"\r
+    android:background="@drawable/blueberry">\r
+\r
+    <TextView\r
+        android:id="@+id/textView5"\r
+        android:layout_width="200dp"\r
+        android:layout_height="145dp"\r
+        android:text="Updating"\r
+        app:layout_constraintBottom_toTopOf="@+id/button"\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
+\r
+    <Button\r
+        android:id="@+id/button"\r
+        android:layout_width="wrap_content"\r
+        android:layout_height="wrap_content"\r
+        android:text="Button"\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_toBottomOf="@+id/textView5" />\r
+</android.support.constraint.ConstraintLayout>
\ No newline at end of file