<?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:layout_height="match_parent">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:background="@color/white"
|
android:layout_height="50dp"
|
android:layout_marginTop="10dp"
|
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:textStyle="bold"
|
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="16dp"
|
android:paddingEnd="14dp"
|
android:textStyle="bold"
|
android:text=""
|
android:drawableEnd="@mipmap/icon_phone_green"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
|
</LinearLayout>
|
|
<include layout="@layout/include_line_14"/>
|
|
|
</LinearLayout>
|