123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333 |
- <?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="wrap_content"
- android:gravity="center_vertical"
- android:orientation="vertical" >
- <!-- ↓↓↓ 百度币 ↓↓↓ -->
- <LinearLayout
- android:id="@+id/bdp_baidu_bean_layout"
- android:layout_width="match_parent"
- android:layout_height="56dp"
- android:background="#ffffff"
- android:gravity="center_vertical" >
- <View
- android:layout_width="10dp"
- android:layout_height="20dp"
- android:layout_gravity="center_vertical"
- android:background="@drawable/bdp_paycenter_pay_ticket_left" />
- <CheckBox
- android:id="@+id/bdp_baidu_bean_check"
- android:layout_width="20dp"
- android:layout_height="20dp"
- android:layout_marginLeft="10dp"
- android:background="@drawable/bdp_paycenter_checkbox"
- android:button="@null" />
- <View
- android:layout_width="1dp"
- android:layout_height="56dp"
- android:layout_marginLeft="10dp"
- android:background="@drawable/bdp_paycenter_view_dotted_line_portrait"
- android:layerType="software" />
- <LinearLayout
- android:id="@+id/bdp_baidu_bean"
- android:layout_width="match_parent"
- android:layout_height="56dp"
- android:layout_marginLeft="12dp"
- android:gravity="center_vertical" >
- <TextView
- android:layout_width="0dip"
- android:layout_height="fill_parent"
- android:layout_weight="1"
- android:gravity="center_vertical"
- android:text="@string/bdp_paycenter_use_baidu_bean"
- android:textColor="@color/bdp_black" />
- <TextView
- android:id="@+id/bdp_baidu_bean_content"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="5dp"
- android:text="@string/bdp_paycenter_pay_amount"
- android:textColor="@color/bdp_black" />
- <View
- android:layout_width="10dp"
- android:layout_height="20dp"
- android:layout_gravity="center_vertical|right"
- android:background="@drawable/bdp_paycenter_pay_ticket_right" />
- </LinearLayout>
- </LinearLayout>
- <View
- android:id="@+id/bdp_baidu_bean_dotted_line"
- android:layout_width="match_parent"
- android:layout_height="8dp"
- android:background="#f5f5f5" />
- <!-- ↑↑↑ 百度币 ↑↑↑ -->
- <!-- ↓↓↓ 酷点 ↓↓↓ -->
- <LinearLayout
- android:id="@+id/bdp_kudian_layout"
- android:layout_width="match_parent"
- android:layout_height="56dp"
- android:background="#ffffff"
- android:gravity="center_vertical" >
- <View
- android:layout_width="10dp"
- android:layout_height="20dp"
- android:layout_gravity="center_vertical"
- android:background="@drawable/bdp_paycenter_pay_ticket_left" />
- <CheckBox
- android:id="@+id/bdp_kudian_check"
- android:layout_width="20dp"
- android:layout_height="20dp"
- android:layout_marginLeft="10dp"
- android:background="@drawable/bdp_paycenter_checkbox"
- android:button="@null" />
- <View
- android:layout_width="1dp"
- android:layout_height="56dp"
- android:layout_marginLeft="10dp"
- android:background="@drawable/bdp_paycenter_view_dotted_line_portrait"
- android:layerType="software" />
- <RelativeLayout
- android:id="@+id/bdp_kudian"
- android:layout_width="match_parent"
- android:layout_height="56dp"
- android:layout_marginLeft="12dp"
- android:gravity="center_vertical" >
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:orientation="vertical" >
- <TextView
- android:id="@+id/bdp_kudian_name"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:gravity="center_vertical"
- android:textColor="@color/bdp_black" />
- <TextView
- android:id="@+id/bdp_kudian_expire"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_below="@+id/bdp_kudian_name"
- android:layout_marginTop="4dp"
- android:gravity="center_vertical"
- android:textColor="#999999"
- android:textSize="11sp" />
- </LinearLayout>
- <ImageView
- android:id="@+id/bdp_kudian_drop"
- android:layout_width="8dp"
- android:layout_height="15dp"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:layout_marginRight="15dp"
- android:background="@drawable/bdp_drop_down_selector"
- android:contentDescription="@string/bdp_image"
- android:scaleType="centerInside" />
- <View
- android:layout_width="10dp"
- android:layout_height="20dp"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:background="@drawable/bdp_paycenter_pay_ticket_right" />
- </RelativeLayout>
- </LinearLayout>
- <View
- android:id="@+id/bdp_kudian_dotted_line"
- android:layout_width="match_parent"
- android:layout_height="8dp"
- android:background="#f5f5f5" />
- <!-- ↑↑↑ 酷点 ↑↑↑ -->
- <!-- ↓↓↓ 代金券 ↓↓↓ -->
- <LinearLayout
- android:id="@+id/bdp_voucher_layout"
- android:layout_width="match_parent"
- android:layout_height="56dp"
- android:background="#ffffff"
- android:gravity="center_vertical" >
- <View
- android:layout_width="10dp"
- android:layout_height="20dp"
- android:layout_gravity="center_vertical"
- android:background="@drawable/bdp_paycenter_pay_ticket_left" />
- <CheckBox
- android:id="@+id/bdp_voucher_check"
- android:layout_width="20dp"
- android:layout_height="20dp"
- android:layout_marginLeft="10dp"
- android:background="@drawable/bdp_paycenter_checkbox"
- android:button="@null" />
- <View
- android:layout_width="1dp"
- android:layout_height="56dp"
- android:layout_marginLeft="10dp"
- android:background="@drawable/bdp_paycenter_view_dotted_line_portrait"
- android:layerType="software" />
- <RelativeLayout
- android:id="@+id/bdp_voucher"
- android:layout_width="match_parent"
- android:layout_height="56dp"
- android:layout_marginLeft="11dp"
- android:gravity="center_vertical" >
- <ImageView
- android:layout_width="67dp"
- android:layout_height="49dp"
- android:layout_alignParentRight="true"
- android:layout_marginRight="60dp"
- android:layout_marginTop="7dp"
- android:background="@drawable/bdp_paycenter_bg_voucher_logo"
- android:scaleType="fitXY" />
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:orientation="vertical" >
- <TextView
- android:id="@+id/bdp_voucher_name"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:gravity="center_vertical"
- android:textColor="@color/bdp_black" />
- <TextView
- android:id="@+id/bdp_voucher_expire"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_below="@+id/bdp_voucher_name"
- android:layout_marginTop="4dp"
- android:gravity="center_vertical"
- android:textColor="#999999"
- android:textSize="11sp" />
- </LinearLayout>
- <ImageView
- android:id="@+id/bdp_voucher_drop"
- android:layout_width="8dp"
- android:layout_height="15dp"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:layout_marginRight="15dp"
- android:background="@drawable/bdp_drop_down_selector"
- android:contentDescription="@string/bdp_image"
- android:scaleType="centerInside" />
- <View
- android:layout_width="10dp"
- android:layout_height="20dp"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:background="@drawable/bdp_paycenter_pay_ticket_right" />
- </RelativeLayout>
- </LinearLayout>
- <View
- android:id="@+id/bdp_voucher_dotted_line"
- android:layout_width="match_parent"
- android:layout_height="8dp"
- android:background="#f5f5f5"
- android:visibility="gone" />
- <!-- ↑↑↑ 代金券 ↑↑↑ -->
- <!-- ↓↓↓ 合并支付 ↓↓↓ -->
- <LinearLayout
- android:id="@+id/bdp_merge_pay_layout"
- android:layout_width="match_parent"
- android:layout_height="38dp"
- android:background="#f5f5f5"
- android:paddingRight="15dp" >
- <TextView
- android:id="@+id/bdp_add_amount"
- android:layout_width="match_parent"
- android:layout_height="38dp"
- android:gravity="right|center_vertical"
- android:text="@string/bdp_paycenter_add_amount_pay"
- android:textColor="@color/bdp_color_999999"
- android:textSize="@dimen/bdp_paycenter_text_size_14_sp" />
- </LinearLayout>
- <!-- ↑↑↑ 合并支付 ↑↑↑ -->
- <!-- ↓↓↓ 非合并支付 ↓↓↓ -->
- <LinearLayout
- android:id="@+id/bdp_non_merge_pay_layout"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="#f5f5f5"
- android:orientation="vertical" >
- <LinearLayout
- android:id="@+id/bdp_other_payment_layout"
- android:layout_width="match_parent"
- android:layout_height="30dp"
- android:layout_marginTop="10dp"
- android:background="#ffffff"
- android:gravity="center_vertical" >
- <TextView
- android:layout_width="0dip"
- android:layout_height="wrap_content"
- android:layout_marginLeft="15dp"
- android:layout_marginRight="5dip"
- android:layout_weight="1"
- android:text="@string/bdp_paycenter_pay_mode_select"
- android:textColor="#333333" />
- <ImageView
- android:id="@+id/bdp_more_payment_drop"
- android:layout_width="15dp"
- android:layout_height="8dp"
- android:layout_marginRight="15dp"
- android:contentDescription="@string/bdp_image"
- android:scaleType="centerInside"
- android:src="@drawable/bdp_drop_down_selector" />
- </LinearLayout>
- <Button
- android:id="@+id/bdp_non_merge_pay"
- android:layout_width="270dp"
- android:layout_height="39dp"
- android:layout_gravity="center_horizontal"
- android:layout_marginTop="25dp"
- android:background="@drawable/bdp_paycenter_btn_pay_confirm_selector"
- android:text="@string/bdp_paycenter_pay"
- android:textColor="@color/bdp_white"
- android:textSize="@dimen/bdp_paycenter_text_size_16_sp" />
- </LinearLayout>
- <!-- ↑↑↑ 合并支付 ↑↑↑ -->
- </LinearLayout>
|