|
|
|
@ -14,22 +14,26 @@
|
|
|
|
|
android:textColor="@color/white"
|
|
|
|
|
android:textColorHint="@color/white"
|
|
|
|
|
android:hint="@string/sensor_name_txt"
|
|
|
|
|
android:singleLine="true"
|
|
|
|
|
android:paddingStart="@dimen/_30dp"
|
|
|
|
|
android:focusable="true"
|
|
|
|
|
android:nextFocusDown="@id/et_name"
|
|
|
|
|
android:background="@drawable/cloud_sync_btn_bg"/>
|
|
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/et_step"
|
|
|
|
|
android:layout_width="@dimen/_600dp"
|
|
|
|
|
android:layout_height="@dimen/_100dp"
|
|
|
|
|
android:layout_marginTop="@dimen/_40dp"
|
|
|
|
|
android:textSize="@dimen/_30dp"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
android:textColor="@color/white"
|
|
|
|
|
android:textColorHint="@color/white"
|
|
|
|
|
android:hint="@string/sensor_step_txt"
|
|
|
|
|
android:paddingStart="@dimen/_30dp"
|
|
|
|
|
android:background="@drawable/cloud_sync_btn_bg"/>
|
|
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
|
<!--<RelativeLayout
|
|
|
|
|
android:layout_width="@dimen/_600dp"
|
|
|
|
|
android:layout_height="@dimen/_100dp"
|
|
|
|
|
android:layout_marginTop="@dimen/_40dp"
|
|
|
|
@ -54,7 +58,7 @@
|
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
|
android:layout_alignParentEnd="true"
|
|
|
|
|
android:layout_marginEnd="@dimen/_30dp"/>
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
</RelativeLayout>-->
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tv_warn_setting"
|
|
|
|
@ -65,6 +69,7 @@
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:textSize="@dimen/_30dp"
|
|
|
|
|
android:text="@string/sensor_warn_setting_txt"
|
|
|
|
|
android:focusable="true"
|
|
|
|
|
android:background="@drawable/warn_setting_btn_bg"/>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
@ -79,6 +84,7 @@
|
|
|
|
|
android:textColor="@color/white"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:text="@string/save"
|
|
|
|
|
android:focusable="true"
|
|
|
|
|
android:textSize="@dimen/_30dp"
|
|
|
|
|
android:background="@drawable/save_btn_bg"/>
|
|
|
|
|
|
|
|
|
@ -90,6 +96,7 @@
|
|
|
|
|
android:textColor="@color/white"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:textSize="@dimen/_30dp"
|
|
|
|
|
android:focusable="true"
|
|
|
|
|
android:text="@string/sensor_init_txt"
|
|
|
|
|
android:background="@drawable/sensor_init_btn_bg"/>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|