123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606 |
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- style="@style/transparent"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:background="@color/TextColorWhite"
- tools:context=".PayActivity" >
- <RelativeLayout
- android:id="@+id/fanwei_tag_layout"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentTop="true"
- android:background="@color/TextColorWhite" >
- <RelativeLayout
- android:layout_width="fill_parent"
- android:layout_height="43dp"
- android:background="@color/fanwei_color_anshibanhui" >
- <TextView
- style="@style/TitleTextStyle"
- android:layout_centerVertical="true"
- android:text="@string/fanwei_title_text" />
- <RelativeLayout
- android:id="@+id/fanwei_close_cashier_layout"
- android:layout_width="30dp"
- android:layout_height="match_parent"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:layout_marginRight="10dp" >
-
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerInParent="true"
- android:src="@drawable/fanwei_horizontal_imag" />
- </RelativeLayout>
- </RelativeLayout>
- <View
- style="@style/GuidanceLineStyle"
- android:layout_width="fill_parent" />
- </RelativeLayout>
- <LinearLayout
- android:id="@+id/fanwei_money_title"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/fanwei_tag_layout"
- android:layout_gravity="center_horizontal"
- android:gravity="center_horizontal"
- android:orientation="vertical"
- android:paddingLeft="@dimen/fanwei_10_dp" >
- <TextView
- android:id="@+id/fanwei_message"
- style="@style/fan_pay_buttom_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="@dimen/fanwei_10_dp"
- android:text="@string/fanwei_amount" />
- <TextView
- android:id="@+id/fanwei_amount"
- style="@style/fan_pay_money"
- android:layout_marginBottom="@dimen/fanwei_15_dp"
- android:text="@string/fanwei_amount_num" />
- </LinearLayout>
- <LinearLayout
- android:id="@+id/fanwei_tag_message_layout"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/fanwei_money_title"
- android:background="@color/fanwei_color_huibai"
- android:orientation="vertical" >
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- android:paddingLeft="@dimen/fanwei_15_dp"
- android:paddingRight="@dimen/fanwei_15_dp"
- android:paddingTop="@dimen/fanwei_10_dp"
- android:visibility="gone" >
- <TextView
- style="@style/fan_pay_buttom_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/fanwei_num_but" />
- <TextView
- android:id="@+id/fw_merchants"
- style="@style/fan_pay_buttom_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:text="@string/fanwei_merchants" />
- </RelativeLayout>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="@dimen/fanwei_7_dp"
- android:orientation="horizontal"
- android:paddingLeft="@dimen/fanwei_15_dp"
- android:paddingRight="@dimen/fanwei_15_dp"
- android:paddingTop="@dimen/fanwei_5_dp" >
- <TextView
- style="@style/fan_pay_buttom_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/fanwei_goods" />
- <TextView
- android:id="@+id/fw_goods_name"
- style="@style/fan_pay_buttom_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:paddingLeft="@dimen/fanwei_10_dp"
- android:text="@string/fanwei_goods_text" />
- </RelativeLayout>
- <View
- style="@style/GuidanceLineStyle"
- android:layout_width="fill_parent"
- android:layout_marginLeft="@dimen/fanwei_5_dp"
- android:visibility="gone" />
- </LinearLayout>
- <ScrollView
- android:id="@+id/fanwei_sdk_menu"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_below="@id/fanwei_tag_message_layout" >
- <RelativeLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" >
- <RelativeLayout
- android:id="@+id/fanwei_tag_sms"
- android:layout_width="match_parent"
- android:layout_height="@dimen/fanwei_60_dp"
- android:background="@drawable/fanwei_pay_btn_selector"
- android:paddingLeft="@dimen/fanwei_15_dp"
- android:paddingRight="@dimen/fanwei_17_dp"
- android:visibility="gone" >
- <ImageView
- android:id="@+id/fan_image_tn"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_centerVertical="true"
- android:contentDescription="@null"
- android:src="@drawable/fanwei_msg" />
- <LinearLayout
- android:id="@+id/fanwei_content"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignBottom="@+id/fan_image_tn"
- android:layout_marginLeft="@dimen/fanwei_10_dp"
- android:layout_toRightOf="@+id/fan_image_tn"
- android:orientation="vertical" >
- <TextView
- style="@style/fan_pay_channel_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/fanwei_SMS_billing" />
- <TextView
- style="@style/fan_pay_channel_per_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/fanwei_SMS_billing_content" />
- </LinearLayout>
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:contentDescription="@null"
- android:src="@drawable/fanwei_right" />
- <View
- style="@style/GuidanceLineStyle"
- android:layout_width="fill_parent"
- android:layout_alignParentBottom="true"
- android:layout_marginLeft="@dimen/fanwei_5_dp" />
- </RelativeLayout>
- <View
- android:id="@+id/fanwei_line2"
- style="@style/GuidanceLineStyle"
- android:layout_width="fill_parent"
- android:layout_below="@id/fanwei_tag_sms"
- android:layout_marginLeft="@dimen/fanwei_5_dp" />
- <RelativeLayout
- android:id="@+id/fanwei_ali"
- android:layout_width="match_parent"
- android:layout_height="@dimen/fanwei_60_dp"
- android:layout_below="@id/fanwei_line2"
- android:background="@drawable/fanwei_pay_btn_selector"
- android:paddingLeft="@dimen/fanwei_15_dp"
- android:paddingRight="@dimen/fanwei_17_dp"
- android:visibility="gone" >
- <ImageView
- android:id="@+id/fanwei_tag_alipay"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_centerVertical="true"
- android:contentDescription="@null"
- android:src="@drawable/fanwei_alipay" />
- <LinearLayout
- style="@style/fan_pay_channel_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignBottom="@+id/fanwei_tag_alipay"
- android:layout_marginLeft="10dp"
- android:layout_toRightOf="@+id/fanwei_tag_alipay"
- android:orientation="vertical" >
- <TextView
- style="@style/fan_pay_channel_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/pay_treasure" />
- <TextView
- style="@style/fan_pay_channel_per_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/fanwei_pay_treasure" />
- </LinearLayout>
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:contentDescription="@null"
- android:src="@drawable/fanwei_right" />
- <View
- style="@style/GuidanceLineStyle"
- android:layout_width="fill_parent"
- android:layout_alignParentBottom="true"
- android:layout_marginLeft="@dimen/fanwei_5_dp" />
- </RelativeLayout>
- <RelativeLayout
- android:id="@+id/fanwei_wxpay"
- android:layout_width="match_parent"
- android:layout_height="@dimen/fanwei_60_dp"
- android:layout_below="@+id/fanwei_ali"
- android:paddingLeft="@dimen/fanwei_15_dp"
- android:paddingRight="@dimen/fanwei_17_dp"
- android:visibility="gone" >
- <ImageView
- android:id="@+id/icon_wx_pay"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_centerVertical="true"
- android:contentDescription="@null"
- android:src="@drawable/fanwei_wxpay" />
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignBottom="@+id/icon_wx_pay"
- android:layout_marginLeft="@dimen/fanwei_10_dp"
- android:layout_toRightOf="@+id/icon_wx_pay"
- android:orientation="vertical" >
- <TextView
- style="@style/fan_pay_channel_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/wx_pay" />
- <TextView
- style="@style/fan_pay_channel_per_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/fanwei_wx_treasure" />
- </LinearLayout>
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:contentDescription="@null"
- android:src="@drawable/fanwei_right" />
- <View
- style="@style/GuidanceLineStyle"
- android:layout_width="fill_parent"
- android:layout_alignParentBottom="true"
- android:layout_marginLeft="@dimen/fanwei_5_dp" />
- </RelativeLayout>
- <RelativeLayout
- android:id="@+id/fanwei_quick"
- android:layout_width="match_parent"
- android:layout_height="@dimen/fanwei_60_dp"
- android:layout_below="@+id/fanwei_wxpay"
- android:background="@drawable/fanwei_pay_btn_selector"
- android:paddingLeft="@dimen/fanwei_15_dp"
- android:paddingRight="@dimen/fanwei_17_dp"
- android:visibility="gone" >
- <View
- android:id="@+id/fanwei_line3"
- style="@style/GuidanceLineStyle"
- android:layout_width="fill_parent"
- android:layout_alignParentTop="true"
- android:layout_marginLeft="@dimen/fanwei_5_dp"
- android:visibility="gone" />
- <ImageView
- android:id="@+id/fanwei_tag_quick_unionpay"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_centerVertical="true"
- android:contentDescription="@null"
- android:src="@drawable/fanwei_union_quick" />
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignBottom="@+id/fanwei_tag_quick_unionpay"
- android:layout_marginLeft="@dimen/fanwei_10_dp"
- android:layout_toRightOf="@+id/fanwei_tag_quick_unionpay"
- android:orientation="vertical" >
- <TextView
- style="@style/fan_pay_channel_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/fanwei_bank_card_pay" />
- <TextView
- style="@style/fan_pay_channel_per_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/fanwei_bank_card_pay_content" />
- </LinearLayout>
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:contentDescription="@null"
- android:src="@drawable/fanwei_right" />
- <View
- style="@style/GuidanceLineStyle"
- android:layout_width="fill_parent"
- android:layout_alignParentBottom="true"
- android:layout_marginLeft="@dimen/fanwei_5_dp" />
- </RelativeLayout>
- <View
- android:id="@+id/fanwei_line4"
- style="@style/GuidanceLineStyle"
- android:layout_width="fill_parent"
- android:layout_below="@id/fanwei_quick"
- android:layout_marginLeft="@dimen/fanwei_5_dp"
- android:visibility="gone" />
- <RelativeLayout
- android:id="@+id/fanwei_un"
- android:layout_width="match_parent"
- android:layout_height="@dimen/fanwei_60_dp"
- android:layout_below="@id/fanwei_line4"
- android:paddingLeft="@dimen/fanwei_15_dp"
- android:paddingRight="@dimen/fanwei_17_dp"
- android:visibility="gone" >
- <ImageView
- android:id="@+id/fanwei_tag_unionpay"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_centerVertical="true"
- android:contentDescription="@null"
- android:src="@drawable/fanwei_unionpay" />
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignBottom="@+id/fanwei_tag_unionpay"
- android:layout_marginLeft="@dimen/fanwei_10_dp"
- android:layout_toRightOf="@+id/fanwei_tag_unionpay"
- android:orientation="vertical" >
- <TextView
- style="@style/fan_pay_channel_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/fanwei_unionpay_mobile_payment" />
- <TextView
- style="@style/fan_pay_channel_per_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/fanwei_unionpay_mobile_payment_content" />
- </LinearLayout>
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:contentDescription="@null"
- android:src="@drawable/fanwei_right" />
- <View
- style="@style/GuidanceLineStyle"
- android:layout_width="fill_parent"
- android:layout_alignParentBottom="true"
- android:layout_marginLeft="@dimen/fanwei_5_dp" />
- </RelativeLayout>
- <View
- android:id="@+id/fanwei_line5"
- style="@style/GuidanceLineStyle"
- android:layout_width="fill_parent"
- android:layout_below="@id/fanwei_un"
- android:layout_marginLeft="@dimen/fanwei_5_dp"
- android:visibility="gone" />
- <RelativeLayout
- android:id="@+id/fanwei_recharge_tag"
- android:layout_width="match_parent"
- android:layout_height="@dimen/fanwei_60_dp"
- android:layout_below="@id/fanwei_line5"
- android:paddingLeft="@dimen/fanwei_15_dp"
- android:paddingRight="@dimen/fanwei_17_dp"
- android:visibility="gone" >
- <ImageView
- android:id="@+id/fanwei_recharge"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_centerVertical="true"
- android:contentDescription="@null"
- android:src="@drawable/fanwei_recharge" />
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignBottom="@+id/fanwei_recharge"
- android:layout_marginLeft="@dimen/fanwei_10_dp"
- android:layout_toRightOf="@+id/fanwei_recharge"
- android:orientation="vertical" >
- <TextView
- style="@style/fan_pay_channel_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/fanwei_prepaid_card" />
- <TextView
- style="@style/fan_pay_channel_per_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/fanwei_prepaid_card_content" />
- </LinearLayout>
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:contentDescription="@null"
- android:src="@drawable/fanwei_right" />
- <View
- style="@style/GuidanceLineStyle"
- android:layout_width="fill_parent"
- android:layout_alignParentBottom="true"
- android:layout_marginLeft="@dimen/fanwei_5_dp" />
- </RelativeLayout>
- <View
- android:id="@+id/fanwei_line6"
- style="@style/GuidanceLineStyle"
- android:layout_width="fill_parent"
- android:layout_below="@id/fanwei_recharge_tag"
- android:layout_marginLeft="@dimen/fanwei_5_dp"
- android:visibility="gone" />
- <RelativeLayout
- android:id="@+id/fanwei_game_card"
- android:layout_width="match_parent"
- android:layout_height="@dimen/fanwei_60_dp"
- android:layout_below="@id/fanwei_line6"
- android:paddingLeft="@dimen/fanwei_15_dp"
- android:paddingRight="@dimen/fanwei_17_dp"
- android:visibility="gone" >
- <ImageView
- android:id="@+id/fanwei_game"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_centerVertical="true"
- android:contentDescription="@null"
- android:src="@drawable/fanwei_game" />
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignBottom="@+id/fanwei_game"
- android:layout_marginLeft="@dimen/fanwei_10_dp"
- android:layout_toRightOf="@+id/fanwei_game"
- android:orientation="vertical" >
- <TextView
- style="@style/fan_pay_channel_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/fanwei_game_card" />
- <TextView
- style="@style/fan_pay_channel_per_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/fanwei_game_card_content" />
- </LinearLayout>
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:contentDescription="@null"
- android:src="@drawable/fanwei_right" />
- <View
- style="@style/GuidanceLineStyle"
- android:layout_width="fill_parent"
- android:layout_alignParentBottom="true"
- android:layout_marginLeft="@dimen/fanwei_5_dp" />
- </RelativeLayout>
- <View
- android:id="@+id/fanwei_line8"
- style="@style/GuidanceLineStyle"
- android:layout_width="fill_parent"
- android:layout_below="@id/fanwei_game_card"
- android:layout_marginLeft="@dimen/fanwei_5_dp"
- android:visibility="gone" />
- </RelativeLayout>
- </ScrollView>
- <View
- android:id="@+id/fanwei_line7"
- style="@style/GuidanceLineStyle"
- android:layout_width="fill_parent"
- android:layout_below="@id/fanwei_sdk_menu"
- android:layout_marginLeft="@dimen/fanwei_5_dp"
- android:visibility="gone" />
- <TextView
- style="@style/fan_pay_channel_per_text"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal"
- android:layout_alignParentBottom="true"
- android:layout_marginBottom="@dimen/fanwei_21_dp"
- android:gravity="center_horizontal"
- android:text="@string/fanwei_statement" />
-
- <TextView
- style="@style/fan_pay_channel_per_text"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:layout_gravity="center_horizontal"
- android:layout_marginBottom="@dimen/fanwei_5_dp"
- android:gravity="center_horizontal"
- android:text="@string/question_statement" />
- </RelativeLayout>
|