沈斌
2017-01-02 26008989ed5af5eaad82ce29d9a8b8e2e35e2254
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
<?xml version="1.0" encoding="utf-8"?>
   <!--by guofeng05@baidu.com 2015-2-5  --> 
<LinearLayout
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginTop="@dimen/ebpay_dimen_20dp"
        android:background="@drawable/wallet_base_result_success_benefit"
        android:layout_gravity="center_horizontal"
        android:gravity="center"
        android:orientation="vertical">
 
        <TextView
            android:id="@+id/pay_success_benifit_title"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:maxLength="15"
            android:lines="1"
            android:paddingBottom="@dimen/ebpay_line_margin_15"
            android:paddingTop="@dimen/ebpay_line_margin_10"
            android:gravity="center"
            android:textColor="#ffef3c"
            android:textSize="@dimen/ebpay_text_size_18" />
 
        <TextView
            android:id="@+id/pay_success_benefit_content"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:maxLines="3"
            android:minHeight="40dp"
            android:paddingLeft="5dp"
            android:paddingRight="5dp"
            android:gravity="left|center_vertical"
            android:textColor="#ffffff"
            android:textSize="@dimen/ebpay_text_size_12" />
</LinearLayout>