<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="fill_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginBottom="14dp"
|
android:layout_marginTop="14dp"
|
android:gravity="center"
|
android:orientation="horizontal" >
|
|
<ImageView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:src="@drawable/ebpay_sec_icon" />
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="10dp"
|
android:text="@string/ebpay_account_sec_tips"
|
android:textColor="@color/bd_wallet_blue_sectips"
|
android:textSize="@dimen/ebpay_text_size_15" />
|
|
</LinearLayout>
|