item_mch_small_account.xml
2.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#ffffff">
<RelativeLayout
android:id="@+id/btn_play"
android:layout_width="match_parent"
android:layout_height="50dp"
android:paddingLeft="10dp"
android:paddingRight="10dp">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:orientation="horizontal"
android:gravity="center">
<TextView
android:id="@+id/tv_mch_small_account"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="center"
android:text="yanbing1995"
android:textColor="#666666"
android:textSize="14sp" />
<TextView
android:id="@+id/tv_mch_two_password"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="center"
android:text="(二级密码)"
android:textColor="#FF000E"
android:textSize="15sp" />
</LinearLayout>
<!-- <LinearLayout-->
<!-- android:id="@+id/btn_play"-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="match_parent"-->
<!-- android:layout_alignParentRight="true"-->
<!-- android:gravity="center"-->
<!-- android:orientation="horizontal">-->
<!-- <TextView-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="match_parent"-->
<!-- android:gravity="center"-->
<!-- android:text="进入游戏"-->
<!-- android:textColor="#408BF7"-->
<!-- android:textSize="15sp" />-->
<ImageView
android:layout_width="5dp"
android:layout_height="12dp"
android:layout_marginLeft="10dp"
android:layout_centerVertical="true"
android:layout_alignParentRight="true"
android:background="@drawable/mch_gray_arrow_left" />
<!-- </LinearLayout>-->
</RelativeLayout>
<ImageView
android:id="@+id/img_line"
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp"
android:background="#e3e3e3"/>
</LinearLayout>