The final version for lede-gui (the phone app for device registration)
[iot2.git] / others / lede-gui / src / main / res / layout / install_options.xml
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"\r
3     xmlns:app="http://schemas.android.com/apk/res-auto"\r
4     xmlns:tools="http://schemas.android.com/tools"\r
5     android:layout_width="match_parent"\r
6     android:layout_height="match_parent"\r
7     android:background="@drawable/blueberry">\r
8 \r
9     <Button\r
10         android:id="@+id/doneDrivers"\r
11         android:layout_width="0dp"\r
12         android:layout_height="@dimen/Button_height"\r
13         android:layout_marginBottom="16dp"\r
14         android:layout_marginEnd="16dp"\r
15         android:layout_marginStart="16dp"\r
16         android:background="@drawable/bluename"\r
17         android:text="Install Device"\r
18         app:layout_constraintBottom_toBottomOf="parent"\r
19         app:layout_constraintEnd_toEndOf="parent"\r
20         app:layout_constraintStart_toStartOf="parent"\r
21         app:layout_constraintTop_toTopOf="parent"\r
22         app:layout_constraintVertical_bias="0.127" />\r
23 \r
24     <Button\r
25         android:id="@+id/install_zigbee_device_address"\r
26         android:layout_width="0dp"\r
27         android:layout_height="@dimen/Button_height"\r
28         android:layout_marginEnd="16dp"\r
29         android:layout_marginStart="16dp"\r
30         android:layout_marginTop="24dp"\r
31         android:background="@drawable/bluename"\r
32         android:text="Install Zigbee Device"\r
33         app:layout_constraintEnd_toEndOf="parent"\r
34         app:layout_constraintHorizontal_bias="0.0"\r
35         app:layout_constraintStart_toStartOf="parent"\r
36         app:layout_constraintTop_toBottomOf="@+id/doneDrivers" />\r
37 \r
38 </android.support.constraint.ConstraintLayout>