<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout
|
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
|
android:orientation="vertical"
|
android:background="@drawable/bg_gray_4"
|
android:layout_height="match_parent">
|
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:background="@color/white"
|
android:layout_height="50dp"
|
android:visibility="gone"
|
android:orientation="horizontal">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="50dp"
|
android:gravity="center_vertical"
|
android:paddingStart="14dp"
|
android:background="@color/white"
|
android:paddingEnd="14dp"
|
android:text="车队客服电话"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
<include layout="@layout/include_weight_width"/>
|
|
<TextView
|
android:id="@+id/tv_phone_one"
|
android:layout_width="wrap_content"
|
android:layout_height="50dp"
|
android:gravity="center_vertical"
|
android:paddingStart="14dp"
|
android:background="@color/white"
|
android:drawablePadding="@dimen/dp_10"
|
android:paddingEnd="14dp"
|
android:textStyle="bold"
|
android:text=""
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
|
</LinearLayout>
|
|
<include layout="@layout/include_line_14"
|
android:visibility="gone"/>
|
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:background="@color/white"
|
android:layout_height="50dp"
|
android:orientation="horizontal">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="50dp"
|
android:gravity="center_vertical"
|
android:paddingStart="14dp"
|
android:background="@color/white"
|
android:paddingEnd="14dp"
|
android:text="分公司客服电话"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
<include layout="@layout/include_weight_width"/>
|
|
<TextView
|
android:id="@+id/tv_phone_two"
|
android:layout_width="wrap_content"
|
android:layout_height="50dp"
|
android:gravity="center_vertical"
|
android:paddingStart="14dp"
|
android:background="@color/white"
|
android:drawablePadding="@dimen/dp_10"
|
android:paddingEnd="14dp"
|
android:textStyle="bold"
|
android:text=""
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
|
</LinearLayout>
|
|
<include layout="@layout/include_line_14"/>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:background="@color/white"
|
android:layout_height="50dp"
|
android:orientation="horizontal">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="50dp"
|
android:gravity="center_vertical"
|
android:paddingStart="14dp"
|
android:background="@color/white"
|
android:paddingEnd="14dp"
|
android:text="平台客服电话"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
<include layout="@layout/include_weight_width"/>
|
|
<TextView
|
android:id="@+id/tv_phone_three"
|
android:layout_width="wrap_content"
|
android:layout_height="50dp"
|
android:gravity="center_vertical"
|
android:paddingStart="14dp"
|
android:background="@color/white"
|
android:drawablePadding="@dimen/dp_10"
|
android:paddingEnd="14dp"
|
android:textStyle="bold"
|
android:text=""
|
android:textColor="#ff333333"
|
android:textSize="14sp" />
|
|
</LinearLayout>
|
<RelativeLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent">
|
<LinearLayout
|
android:layout_width="265dp"
|
android:orientation="vertical"
|
android:background="@drawable/bg_white_6"
|
android:layout_centerInParent="true"
|
android:layout_height="wrap_content">
|
<ImageView
|
android:layout_width="224dp"
|
android:layout_height="224dp"
|
android:layout_marginTop="15dp"
|
android:layout_marginStart="20dp"
|
android:id="@+id/iv_code"/>
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="11dp"
|
android:layout_marginBottom="9dp"
|
android:layout_gravity="center"
|
android:textColor="@color/textColor66"
|
android:textSize="15sp"
|
android:text="扫描二维码,添加客服微信"/>
|
</LinearLayout>
|
</RelativeLayout>
|
</LinearLayout>
|