<?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:orientation="horizontal">
|
|
<ImageView
|
android:id="@+id/iv_portrait_answer"
|
android:layout_width="40dp"
|
android:layout_height="40dp"
|
android:layout_marginLeft="15dp"
|
android:layout_marginTop="20dp"
|
android:src="@drawable/ic_launcher" />
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="5dp"
|
android:layout_marginRight="60dp"
|
android:layout_marginTop="20dp"
|
android:background="@drawable/ic_msg_answer"
|
android:orientation="vertical">
|
|
<TextView
|
android:id="@+id/tv_answer_key"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="12dp"
|
android:layout_marginRight="12dp"
|
android:text="优惠券无法使用,无法领券优惠券"
|
android:textColor="@color/black"
|
android:textSize="16sp" />
|
<TextView
|
android:id="@+id/tv_service_time"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="12dp"
|
android:layout_marginRight="12dp"
|
android:layout_marginTop="5dp"
|
android:textColor="@color/black"
|
android:textSize="14sp" />
|
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="12dp"
|
android:layout_marginRight="12dp"
|
android:layout_marginTop="10dp"
|
android:background="@drawable/shape_kefu_bg"
|
android:orientation="horizontal"
|
android:padding="10dp">
|
|
<LinearLayout
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_weight="1"
|
android:orientation="vertical">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="1、专属客服QQ"
|
android:textColor="@color/text_black_1"
|
android:textSize="16sp" />
|
|
<TextView
|
android:id="@+id/tv_qq_num"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text=" 125355454"
|
android:textColor="@color/kefu_contact"
|
android:textSize="16sp" />
|
</LinearLayout>
|
|
<TextView
|
android:id="@+id/tv_qq_copy"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:background="@drawable/shape_kefu_caozuo"
|
android:paddingBottom="8dp"
|
android:paddingLeft="16dp"
|
android:paddingRight="16dp"
|
android:paddingTop="8dp"
|
android:text="复制"
|
android:textColor="@color/black"
|
android:textSize="16sp" />
|
</LinearLayout>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="12dp"
|
android:layout_marginRight="12dp"
|
android:layout_marginTop="10dp"
|
android:layout_marginBottom="10dp"
|
android:background="@drawable/shape_kefu_bg"
|
android:orientation="horizontal"
|
android:padding="10dp">
|
|
<LinearLayout
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_weight="1"
|
android:orientation="vertical">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="2、专属客服微信"
|
android:textColor="@color/text_black_1"
|
android:textSize="16sp"/>
|
|
<TextView
|
android:id="@+id/tv_wchat_num"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text=" 125355454"
|
android:textColor="@color/kefu_contact"
|
android:textSize="16sp" />
|
</LinearLayout>
|
|
<TextView
|
android:id="@+id/tv_wchat_copy"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:background="@drawable/shape_kefu_caozuo"
|
android:paddingBottom="8dp"
|
android:paddingLeft="16dp"
|
android:paddingRight="16dp"
|
android:paddingTop="8dp"
|
android:text="复制"
|
android:textColor="@color/black"
|
android:textSize="16sp" />
|
</LinearLayout>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginBottom="10dp"
|
android:layout_marginLeft="12dp"
|
android:layout_marginRight="12dp"
|
android:layout_marginTop="10dp"
|
android:visibility="gone"
|
android:background="@drawable/shape_kefu_bg"
|
android:orientation="horizontal"
|
android:padding="10dp">
|
|
<LinearLayout
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_weight="1"
|
android:orientation="vertical">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="3、转入微信小程序客服"
|
android:textColor="@color/black"
|
android:textSize="16sp" />
|
|
</LinearLayout>
|
|
<TextView
|
android:id="@+id/tv_xcx_input"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:background="@drawable/shape_kefu_caozuo"
|
android:paddingBottom="8dp"
|
android:paddingLeft="12dp"
|
android:paddingRight="12dp"
|
android:paddingTop="8dp"
|
android:text="一键进入"
|
android:textColor="@color/black"
|
android:textSize="16sp"/>
|
</LinearLayout>
|
</LinearLayout>
|
|
|
</LinearLayout>
|