comment_operations_dialog.xml
1.68 KB
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
<?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:background="@drawable/personal_more_operations_bg"
android:orientation="vertical">
<TextView
android:id="@+id/tv_answer_delete"
android:layout_width="match_parent"
android:layout_height="@dimen/rmrb_dp56"
android:gravity="center"
android:text="回复"
android:textColor="@color/res_color_common_C18"
android:textSize="@dimen/rmrb_dp16" />
<TextView
android:id="@+id/tv_copy"
android:layout_width="match_parent"
android:layout_height="@dimen/rmrb_dp56"
android:gravity="center"
android:text="复制"
android:textColor="@color/res_color_common_C18"
android:textSize="@dimen/rmrb_dp16" />
<TextView
android:id="@+id/tv_share"
android:layout_width="match_parent"
android:layout_height="@dimen/rmrb_dp56"
android:gravity="center"
android:text="分享"
android:textColor="@color/res_color_common_C18"
android:textSize="@dimen/rmrb_dp16" />
<View
android:layout_width="match_parent"
android:layout_height="@dimen/rmrb_dp1"
android:background="@color/res_color_common_C7" />
<TextView
android:id="@+id/tv_cancel"
android:layout_width="match_parent"
android:layout_height="@dimen/rmrb_dp56"
android:gravity="center"
android:text="取消"
android:textColor="@color/res_color_common_C2"
android:textSize="@dimen/rmrb_dp16" />
</LinearLayout>