张海江
2016-12-30 455b3bee444ee94b016be9d4f8ad9111f7e3c6fa
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
<?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:orientation="vertical">
 
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="@dimen/y62"
        android:gravity="center">
 
        <ImageView
            android:id="@+id/iv_pay_channel_icon"
            android:layout_width="@dimen/x19"
            android:layout_height="@dimen/y19" />
 
        <TextView
            android:id="@+id/tv_pay_channel_name"
            android:layout_width="@dimen/x160"
            android:layout_height="@dimen/y22"
            android:gravity="center"
            android:textColor="#FF0E2026"
            android:textSize="@dimen/y16"/>
    </LinearLayout>
 
</LinearLayout>