chat_add_user.xml
4.21 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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:fresco="http://schemas.android.com/apk/res-auto"
android:id="@+id/chooseseat_bottom_bar"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#E6000000"
android:visibility="invisible">
<!--还需要设置透明度设置透明度-->
<RelativeLayout
android:id="@+id/chat_join_rl"
android:layout_width="270dp"
android:layout_height="92dp"
android:layout_centerHorizontal="true"
android:layout_marginTop="84dp">
<FrameLayout
android:layout_width="270dp"
android:layout_height="52dp"
android:layout_alignParentBottom="true"
android:background="@drawable/bg_dialog_checkseat" />
<com.facebook.drawee.view.SimpleDraweeView
android:id="@+id/user_face_iv"
android:layout_width="66dp"
android:layout_height="66dp"
android:layout_marginLeft="12dp"
fresco:actualImageScaleType="centerCrop"
fresco:placeholderImage="@mipmap/icon_default_portrait_87"
fresco:placeholderImageScaleType="centerCrop"
fresco:roundAsCircle="true" />
<ImageView
android:id="@+id/user_gener_iv"
android:layout_width="16dp"
android:layout_height="16dp"
android:layout_marginLeft="66dp"
android:layout_marginTop="50dp"
android:background="@android:color/transparent"
android:src="@mipmap/private_chat_male_icon" />
<LinearLayout
android:id="@+id/chooseseat_layout_containter"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginRight="15dp"
android:orientation="horizontal">
</LinearLayout>
<TextView
android:id="@+id/check_user_name_tv"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="94dp"
android:layout_marginTop="23dp"
android:text="1djfajfajjasfjasdfjfa"
android:textColor="#fff"
android:textSize="14sp" />
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_marginRight="12dp"
android:layout_marginTop="34dp"
android:src="@mipmap/private_chat_dialog_triangle_icon" />
<!-- <ImageView
android:id="@+id/address_pos_iv"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="21dp"
android:layout_marginTop="71dp"
android:src="@mipmap/private_chat_position_bitton" />
<TextView
android:id="@+id/chooseseat_tv_price"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="6dp"
android:layout_marginTop="71dp"
android:layout_toRightOf="@id/address_pos_iv"
android:text="北京海淀"
android:textColor="#999"
android:textSize="9sp" />-->
<ImageView
android:id="@+id/chat_join_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_marginRight="19dp"
android:layout_marginTop="53dp"
android:onClick="onClick"
android:src="@mipmap/private_chat_join_pribae_button" />
</RelativeLayout>
<ImageView
android:id="@+id/close"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="130dp"
android:onClick="onClick"
android:src="@mipmap/close"
android:layout_below="@+id/chat_join_rl"
android:layout_centerHorizontal="true" />
</RelativeLayout>