mch_floating_head_view.xml
1.7 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
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="fill_parent"
android:background="#00000000"
android:layout_marginTop="15dp"
android:layout_height="match_parent">
<!-- <Button-->
<!-- android:id="@+id/ll_layout"-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:text="点击"/>-->
<LinearLayout
android:id="@+id/ll_layout"
android:layout_width="fill_parent"
android:background="@drawable/messagestyle"
android:orientation="horizontal"
android:layout_margin="15dp"
android:gravity="center_vertical"
android:layout_height="100dp">
<ImageView
android:id="@+id/img_mch_jiazai"
android:layout_width="24dp"
android:layout_height="19dp"
android:layout_marginLeft="15dp"
android:layout_below="@+id/tv_logining_account"
android:layout_marginTop="2dp"
android:background="@drawable/xiaoxi" />
<TextView
android:id="@+id/content"
android:layout_width="250dp"
android:layout_height="16dp"
android:text="游戏内您的金佛爱人家嘎嘎佛教哦i狗屁佛牌是你丢胡覅"
android:textColor="#ffffffff"
android:layout_marginLeft="10dp"
android:textSize="14dp"
/>
<ImageView
android:layout_width="wrap_content"
android:layout_height="16dp"
android:layout_marginLeft="26dp"
android:src="@drawable/gengduo" />
</LinearLayout>
</LinearLayout>