<?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:layout_marginTop="@dimen/px_30"
|
android:orientation="vertical">
|
|
<RelativeLayout
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/px_130"
|
android:background="@color/lc_demo_color_ffffff"
|
android:gravity="center_vertical"
|
android:paddingLeft="@dimen/px_30"
|
android:paddingRight="@dimen/px_30">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_centerVertical="true"
|
android:text="@string/lc_demo_device_move_check"
|
android:textColor="@color/lc_demo_color_2c2c2c"
|
android:textSize="@dimen/px_36"></TextView>
|
|
<ImageView
|
android:src="@drawable/switch_on"
|
android:id="@+id/iv_move_check"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_alignParentRight="true"
|
android:layout_centerVertical="true">
|
</ImageView>
|
|
</RelativeLayout>
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_alignParentRight="true"
|
android:layout_centerVertical="true"
|
android:layout_marginTop="@dimen/dp_15"
|
android:layout_marginBottom="@dimen/dp_15"
|
android:paddingLeft="@dimen/px_30"
|
android:paddingRight="@dimen/px_30"
|
android:text="@string/lc_demo_device_deployment_tip"
|
android:textColor="@color/lc_demo_color_8f8f8f"
|
android:textSize="@dimen/px_30"></TextView>
|
</LinearLayout>
|