<?xml version="1.0" encoding="utf-8"?>
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:background="@null"
|
>
|
|
|
<LinearLayout
|
android:id="@+id/mContent"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:background="@null"
|
android:orientation="vertical"
|
>
|
|
<RelativeLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:background="@color/bjskres_white"
|
android:layout_weight="1"
|
>
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_centerInParent="true"
|
android:contentDescription="@string/bjskres_img_desc"
|
android:gravity="center"
|
android:padding="5dip"
|
android:text="支付中心"
|
android:textSize="20sp"
|
android:textColor="@color/bjskres_black_de"
|
/>
|
<ImageView
|
android:id="@+id/p_close"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_alignParentRight="true"
|
android:layout_centerVertical="true"
|
android:contentDescription="@string/bjskres_img_desc"
|
android:gravity="center"
|
android:padding="5dip"
|
android:src="@drawable/bjskres_icon_cancel"
|
/>
|
|
|
</RelativeLayout>
|
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:background="@color/bjskres_bg_sdk"
|
android:orientation="vertical"
|
android:gravity="center"
|
android:layout_weight="2"
|
>
|
<TextView
|
android:id="@+id/p_name"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_centerInParent="true"
|
android:contentDescription="@string/bjskres_img_desc"
|
android:gravity="center"
|
android:padding="5dip"
|
android:text="商品名称"
|
android:textSize="15sp"
|
android:textColor="@color/bjskres_gray_dark"
|
/>
|
<TextView
|
android:id="@+id/p_value"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_centerInParent="true"
|
android:contentDescription="@string/bjskres_img_desc"
|
android:gravity="center"
|
android:padding="5dip"
|
android:text="商品价格"
|
android:textSize="15sp"
|
android:textColor="@color/bjskres_gray_dark"
|
/>
|
|
|
</LinearLayout>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:background="@color/bjskres_white"
|
android:orientation="horizontal"
|
android:gravity="center_vertical|left"
|
android:padding="10dip"
|
android:layout_weight="3"
|
>
|
|
<LinearLayout
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
>
|
|
|
</LinearLayout>
|
|
<TextView
|
android:id="@+id/p_1"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_centerInParent="true"
|
android:contentDescription="@string/bjskres_img_desc"
|
android:gravity="center"
|
android:padding="5dip"
|
android:text="微信"
|
android:textSize="15sp"
|
android:textColor="@color/bjskres_black_de"
|
android:drawableTop="@drawable/bjskres_icon_p1"
|
android:layout_weight="1"
|
/>
|
|
<TextView
|
android:id="@+id/p_2"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_centerInParent="true"
|
android:contentDescription="@string/bjskres_img_desc"
|
android:gravity="center"
|
android:padding="5dip"
|
android:text="支付宝"
|
android:textSize="15sp"
|
android:textColor="@color/bjskres_black_de"
|
android:drawableTop="@drawable/bjskres_icon_p2"
|
android:layout_weight="1"
|
/>
|
<TextView
|
android:id="@+id/p_3"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_centerInParent="true"
|
android:contentDescription="@string/bjskres_img_desc"
|
android:gravity="center"
|
android:padding="5dip"
|
android:text="银联"
|
android:textSize="15sp"
|
android:textColor="@color/bjskres_black_de"
|
android:drawableTop="@drawable/bjskres_icon_p3"
|
android:layout_weight="1"
|
android:visibility="visible"
|
/>
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
</FrameLayout>
|