mch_fm_banlance_jb.xml
1.3 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
<?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="match_parent">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="可提现金币"
android:textSize="15dp"
android:textColor="#999999"
android:layout_marginTop="49dp"
android:layout_gravity="center_horizontal"
/>
<TextView
android:id="@+id/tv_mch_jb"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="0.00"
android:textSize="18dp"
android:textColor="@color/mch_yanse"
android:layout_marginTop="10dp"
android:layout_marginBottom="42dp"
android:layout_gravity="center_horizontal"
/>
<TextView
android:id="@+id/btn_mch_tixian"
android:layout_width="match_parent"
android:layout_height="32dp"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:background="@drawable/mch_btn_lan_bg"
android:text="进入wap站提现"
android:textColor="#ffffff"
android:gravity="center"
android:textSize="14dp"
/>
</LinearLayout>