You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.9 KiB
XML
51 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:id="@+id/sync_sensor"
|
|
android:layout_width="@dimen/_340dp"
|
|
android:layout_height="@dimen/_100dp"
|
|
android:background="@drawable/cloud_sync_btn_bg"
|
|
android:gravity="center"
|
|
android:text="@string/sync_sensor_txt"
|
|
android:layout_marginTop="@dimen/_186dp"
|
|
android:textColor="@color/white"
|
|
android:textSize="@dimen/_30dp" />
|
|
|
|
<TextView
|
|
android:id="@+id/sync_warn"
|
|
android:layout_width="@dimen/_340dp"
|
|
android:layout_height="@dimen/_100dp"
|
|
android:layout_marginTop="@dimen/_50dp"
|
|
android:background="@drawable/cloud_sync_btn_bg"
|
|
android:gravity="center"
|
|
android:text="@string/sync_warn_txt"
|
|
android:textColor="@color/white"
|
|
android:textSize="@dimen/_30dp" />
|
|
|
|
<TextView
|
|
android:id="@+id/sync_vedio"
|
|
android:layout_width="@dimen/_340dp"
|
|
android:layout_height="@dimen/_100dp"
|
|
android:layout_marginTop="@dimen/_50dp"
|
|
android:background="@drawable/cloud_sync_btn_bg"
|
|
android:gravity="center"
|
|
android:text="@string/sync_video_txt"
|
|
android:textColor="@color/white"
|
|
android:textSize="@dimen/_30dp" />
|
|
|
|
<TextView
|
|
android:id="@+id/sync_once"
|
|
android:layout_width="@dimen/_340dp"
|
|
android:layout_height="@dimen/_100dp"
|
|
android:layout_marginTop="@dimen/_50dp"
|
|
android:background="@drawable/cloud_sync_btn_bg"
|
|
android:gravity="center"
|
|
android:text="@string/sync_once_txt"
|
|
android:textColor="@color/white"
|
|
android:textSize="@dimen/_30dp" />
|
|
</LinearLayout> |