admin
2020-07-16 b5e008514ffa376154fee55423779a4f21c9f1b7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?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="wrap_content"
        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/text_black_1"
            android:textSize="16sp" />
 
        <TextView
            android:id="@+id/tv_answer_content"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginBottom="5dp"
            android:layout_marginLeft="12dp"
            android:layout_marginRight="12dp"
            android:layout_marginTop="5dp"
            android:text="asldka;lsd蝶恋蜂狂看啥的范德萨打发斯蒂芬水电费水电费水电费第三方斯蒂芬是会计法的地方黄金时代粉红色快递费是的富士康接房但是拉开距离水电费就是留底"
            android:textColor="@color/black2"
            android:textSize="16sp" />
 
        <View
            android:layout_width="match_parent"
            android:layout_height="1dp"
            android:background="@color/register_gray" />
 
        <LinearLayout
            android:id="@+id/ll_bottom"
            android:layout_width="match_parent"
            android:layout_height="35dp"
            android:layout_marginLeft="12dp"
            android:layout_marginRight="12dp"
            android:orientation="horizontal">
 
            <TextView
                android:id="@+id/tv_solved"
                android:layout_width="0dp"
                android:layout_height="match_parent"
                android:layout_gravity="center"
                android:layout_weight="1"
                android:gravity="center"
                android:text="已解决"
                android:textColor="@color/gray"
                android:textSize="16sp" />
 
            <View
                android:layout_width="1dp"
                android:layout_height="match_parent"
                android:background="@color/register_gray" />
 
            <TextView
                android:id="@+id/tv_manpower"
                android:layout_width="0dp"
                android:layout_height="match_parent"
                android:layout_gravity="center"
                android:layout_weight="1"
                android:gravity="center"
                android:text="转人工客服"
                android:textColor="@color/main_text_color"
                android:textSize="16sp" />
        </LinearLayout>
    </LinearLayout>
 
 
</LinearLayout>