<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/ll_service_wechat" android:layout_marginBottom="5dp"> <TextView android:id="@+id/tv_desc" style="@style/common_text_style" android:text="客服:" /> <TextView android:id="@+id/tv_phone" style="@style/common_text_style" android:layout_marginLeft="10dp" android:textColor="@color/text_common_blue" /> <View style="@style/fill_horizontal" /> <TextView android:id="@+id/tv_copy" style="@style/tv_copy_wecht_btn" /> </LinearLayout>