<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> <View android:id="@+id/view_bg" android:layout_width="match_parent" android:layout_height="match_parent" android:background="#77555555"></View> <LinearLayout android:id="@+id/ll_content" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_centerInParent="true" android:layout_marginLeft="16dp" android:layout_marginRight="16dp" android:background="@drawable/shape_round6dp_ffffff" android:gravity="center" android:orientation="vertical" android:paddingLeft="16dp" android:paddingRight="16dp"> <RelativeLayout android:layout_width="match_parent" android:layout_height="45dp" android:gravity="center_vertical" android:orientation="horizontal"> <ImageView android:id="@+id/iv_close" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" android:paddingBottom="10dp" android:paddingRight="10dp" android:paddingTop="10dp" android:src="@drawable/ico_login_close" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" android:text="接单状态" android:textColor="#ff333333" android:textSize="16sp" android:textStyle="bold" /> <TextView android:id="@+id/tv_submit" android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_alignParentRight="true" android:layout_centerVertical="true" android:gravity="center" android:text="确定" android:textColor="#ff333333" android:textSize="16sp" /> </RelativeLayout> <LinearLayout android:id="@+id/ll_kejiedan" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="10dp" android:background="@drawable/shape_round6dp_1bb934" android:orientation="vertical" android:paddingBottom="20dp" android:paddingLeft="16dp" android:paddingRight="22dp" android:paddingTop="20dp"> <TextView android:id="@+id/tv_kejiedan" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="可接单" android:textColor="#ffffffff" android:textSize="18sp" android:textStyle="bold" /> <TextView android:id="@+id/tv_kejiedan_str" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="14dp" android:text="当前空闲,可正常接单,将接收抢单和派单消息,连续6小时未使用App将自动变为暂不接单状态。" android:textColor="#ffffffff" android:textSize="12sp" /> </LinearLayout> <LinearLayout android:id="@+id/ll_zanbujiedan" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="10dp" android:background="@drawable/shape_round6dp_1bb934" android:orientation="vertical" android:paddingBottom="20dp" android:paddingLeft="16dp" android:paddingRight="22dp" android:paddingTop="20dp"> <TextView android:id="@+id/tv_zanbujiedan" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="暂不接单" android:textColor="#ffffffff" android:textSize="18sp" android:textStyle="bold" /> <TextView android:id="@+id/tv_zanbujiedan_str" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="14dp" android:text="降低在平台的曝光,无法接收抢单和派单通知,连续6小时未使用APP将自动变为暂不接单状态。" android:textColor="#ffffffff" android:textSize="12sp" /> </LinearLayout> <LinearLayout android:id="@+id/ll_peilianzhong" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="20dp" android:layout_marginTop="10dp" android:background="@drawable/shape_round6dp_1bb934" android:orientation="vertical" android:paddingBottom="20dp" android:paddingLeft="16dp" android:paddingRight="22dp" android:paddingTop="20dp"> <TextView android:id="@+id/tv_peilianzhong" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="陪练中" android:textColor="#ffffffff" android:textSize="18sp" android:textStyle="bold" /> <TextView android:id="@+id/tv_peilianzhong_str" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="14dp" android:text="开始服务后状态将自动变为陪练中,服务完成将自动恢复为可接单状态。" android:textColor="#ffffffff" android:textSize="12sp" /> </LinearLayout> </LinearLayout> </RelativeLayout>