The final version for lede-gui (the phone app for device registration)
[iot2.git] / others / lede-gui / src / main / res / layout / database.xml
diff --git a/others/lede-gui/src/main/res/layout/database.xml b/others/lede-gui/src/main/res/layout/database.xml
new file mode 100644 (file)
index 0000000..2076374
--- /dev/null
@@ -0,0 +1,38 @@
+<?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
+    android:background="@drawable/blueberry">\r
+\r
+    <Button\r
+        android:id="@+id/doneDrivers"\r
+        android:layout_width="0dp"\r
+        android:layout_height="@dimen/Button_height"\r
+        android:layout_marginBottom="16dp"\r
+        android:layout_marginEnd="16dp"\r
+        android:layout_marginStart="16dp"\r
+        android:background="@drawable/bluename"\r
+        android:text="Insert To Database"\r
+        app:layout_constraintBottom_toBottomOf="parent"\r
+        app:layout_constraintEnd_toEndOf="parent"\r
+        app:layout_constraintStart_toStartOf="parent"\r
+        app:layout_constraintTop_toTopOf="parent"\r
+        app:layout_constraintVertical_bias="0.127" />\r
+\r
+    <Button\r
+        android:id="@+id/deleteFromDatabase"\r
+        android:layout_width="0dp"\r
+        android:layout_height="@dimen/Button_height"\r
+        android:layout_marginEnd="16dp"\r
+        android:layout_marginStart="16dp"\r
+        android:layout_marginTop="24dp"\r
+        android:background="@drawable/bluename"\r
+        android:text="Delete From Database"\r
+        app:layout_constraintEnd_toEndOf="parent"\r
+        app:layout_constraintHorizontal_bias="0.0"\r
+        app:layout_constraintStart_toStartOf="parent"\r
+        app:layout_constraintTop_toBottomOf="@+id/doneDrivers" />\r
+\r
+</android.support.constraint.ConstraintLayout>
\ No newline at end of file