沈斌
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"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_centerInParent="true"
    android:background="@color/ebpay_white"
    android:gravity="center_horizontal"
    android:orientation="vertical"
    android:padding="10dp" >
 
    <!-- <TextView -->
    <!-- android:layout_width="wrap_content" -->
    <!-- android:layout_height="wrap_content" -->
    <!-- android:text="@string/ebpay_cvv2_tip_title" -->
    <!-- android:textColor="@color/ebpay_text_hint" -->
    <!-- android:textSize="@dimen/ebpay_text_size_18" /> -->
 
    <ImageView
        android:id="@+id/dialog_image"
        android:layout_width="@dimen/ebpay_dialog_img_width"
        android:layout_height="@dimen/ebpay_dialog_img_height"
        android:layout_marginTop="5dp"
        android:contentDescription="@null"
        android:scaleType="fitXY"
        android:src="@drawable/ebpay_help_cvv" />
 
    <TextView
        android:id="@+id/dialog_image_tip"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginTop="10dp"
        android:text="@string/ebpay_cvv2_tip"
        android:textColor="@color/bd_wallet_dialog_contenttext"
        android:textSize="@dimen/ebpay_text_size_15" />
 
</LinearLayout>