123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700 |
- <?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="match_parent"
- xmlns:tools="http://schemas.android.com/tools"
- android:orientation="vertical">
- <ScrollView
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical"
- >
- <!--tools:background="#020202"-->
- <RelativeLayout
- android:background="#ffffff"
- android:layout_width="match_parent"
- android:layout_height="48dp">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:layout_centerInParent="true"
- android:text="充值宇币"
- android:textColor="#30B8FF"
- android:textSize="16sp" />
- <TextView
- android:id="@+id/tysdkn_tv_cz_history"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_marginRight="11dp"
- android:layout_centerVertical="true"
- android:gravity="center"
- android:text="充值记录"
- android:textColor="#30B8FF"
- android:textSize="12sp" />
- </RelativeLayout>
- <ProgressBar
- android:id="@+id/tysdkn_progressbar"
- style="@android:style/Widget.ProgressBar"
- android:layout_width="25dp"
- android:layout_height="25dp"
- android:visibility="gone"
- android:layout_gravity="center_horizontal"
- tools:visibility="visible"
- android:layout_marginTop="30dp"
- android:indeterminateDrawable="@drawable/tysdkn_progressbar_rotate" />
- <ImageView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="10dp"
- android:layout_marginRight="10dp"
- android:layout_marginLeft="10dp"
- android:background="@drawable/tysdkn_gear_bg"
- />
- <LinearLayout
- android:visibility="gone"
- tools:visibility="visible"
- android:id="@+id/tysdkn_ll_visible"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@drawable/tysdkn_gift_listview_bg"
- android:layout_marginLeft="10dp"
- android:layout_marginRight="10dp"
- android:layout_marginBottom="10dp"
- android:orientation="vertical">
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="66dp"
- android:background="#F7F5F6"
- >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="16dp"
- android:layout_marginTop="10dp"
- android:layout_centerVertical="true"
- android:text="请选择充值面额(1宇币=1元)"
- android:textColor="#333333"
- android:textSize="11sp"
- />
- <TextView
- android:id="@+id/tysdkn_pay_discount"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:background="@drawable/tysdkn_pay_orange_bg"
- android:layout_alignParentRight="true"
- android:textColor="#FFFFFF"
- android:text="4.5折"/>
- <include layout="@layout/tysdkn_water_mark_layout" />
- </RelativeLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="31dp"
- android:layout_marginLeft="10dp"
- android:layout_marginRight="10dp"
- android:layout_marginTop="7dp"
- android:orientation="horizontal">
- <TextView
- android:id="@+id/tysdkn_pay_tyb_item_1"
- android:layout_width="0dp"
- android:layout_height="30dp"
- android:layout_centerVertical="true"
- android:layout_marginRight="10dp"
- android:layout_weight="1"
- android:background="@drawable/tysdkn_recharge_select_bg"
- android:gravity="center"
- android:text="50个"
- android:textColor="#30B8FF"
- android:textSize="12sp" />
- <TextView
- android:id="@+id/tysdkn_pay_tyb_item_2"
- android:layout_width="0dp"
- android:layout_height="30dp"
- android:layout_centerHorizontal="true"
- android:layout_centerVertical="true"
- android:layout_marginRight="10dp"
- android:layout_weight="1"
- android:background="@drawable/tysdkn_recharge_select_bg"
- android:gravity="center"
- android:text="100个"
- android:textColor="#30B8FF"
- android:textSize="12sp" />
- <TextView
- android:id="@+id/tysdkn_pay_tyb_item_3"
- android:layout_width="0dp"
- android:layout_height="30dp"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:layout_weight="1"
- android:background="@drawable/tysdkn_recharge_select_bg"
- android:gravity="center"
- android:text="200个"
- android:textColor="#30B8FF"
- android:textSize="12sp" />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="31dp"
- android:layout_marginLeft="10dp"
- android:layout_marginRight="10dp"
- android:layout_marginTop="7dp"
- android:orientation="horizontal">
- <TextView
- android:id="@+id/tysdkn_pay_tyb_item_4"
- android:layout_width="0dp"
- android:layout_height="30dp"
- android:layout_centerVertical="true"
- android:layout_marginRight="10dp"
- android:layout_weight="1"
- android:background="@drawable/tysdkn_recharge_select_bg"
- android:gravity="center"
- android:text="300个"
- android:textColor="#30B8FF"
- android:textSize="12sp" />
- <TextView
- android:id="@+id/tysdkn_pay_tyb_item_5"
- android:layout_width="0dp"
- android:layout_height="30dp"
- android:layout_centerInParent="true"
- android:layout_marginRight="10dp"
- android:layout_weight="1"
- android:background="@drawable/tysdkn_recharge_select_bg"
- android:gravity="center"
- android:text="500个"
- android:textColor="#30B8FF"
- android:textSize="12sp" />
- <TextView
- android:id="@+id/tysdkn_pay_tyb_item_6"
- android:layout_width="0dp"
- android:layout_height="30dp"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:layout_weight="1"
- android:background="@drawable/tysdkn_recharge_select_bg"
- android:gravity="center"
- android:text="1000个"
- android:textColor="#30B8FF"
- android:textSize="12sp" />
- </LinearLayout>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="31dp"
- android:layout_marginLeft="10dp"
- android:layout_marginRight="10dp"
- android:layout_marginTop="7dp"
- android:background="@drawable/tysdkn_recharge_custom_bg">
- <EditText
- android:id="@+id/tysdkn_pay_tyb_item_6_et"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_centerInParent="true"
- android:background="@null"
- android:focusable="true"
- android:focusableInTouchMode="true"
- android:gravity="center"
- android:hint="自定义其他金额(1-50000)"
- android:inputType="number"
- android:textColor="#000000"
- android:textSize="12sp" />
- </RelativeLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="15dp"
- android:orientation="horizontal">
- <TextView
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_marginLeft="15dp"
- android:layout_weight="1"
- android:text="选择支付方式"
- android:textColor="#333333"
- android:textSize="11sp" />
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="15dp"
- android:gravity="center_vertical"
- android:orientation="horizontal">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="3dp"
- android:text="我的余额:"
- android:textColor="#999999"
- android:textSize="11sp" />
- <TextView
- android:id="@+id/tysdkn_pay_right_wdye_tv"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="0元"
- android:textColor="#FFE6454A"
- android:textSize="11sp" />
- </LinearLayout>
- </LinearLayout>
- <!--<GridView-->
- <!--android:id="@+id/tysdkn_pay_float_gridview"-->
- <!--android:layout_width="match_parent"-->
- <!--android:numColumns="2"-->
- <!--android:layout_height="120dp"-->
- <!--android:listSelector="#00000000"-->
- <!-->-->
- <!--</GridView>-->
- <HorizontalScrollView
- android:id="@+id/tysdkn_pay_scrollview"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/tysdkn_tv_select_pay"
- android:layout_marginTop="10dp"
- android:fillViewport="true"
- android:scrollbars="none">
- <RadioGroup
- android:id="@+id/tysdkn_pay_radiogroup"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal">
- </RadioGroup>
- </HorizontalScrollView>
- <!--<LinearLayout-->
- <!--android:layout_width="match_parent"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:layout_marginTop="10dp"-->
- <!--android:orientation="horizontal">-->
- <!--<LinearLayout-->
- <!--android:layout_width="0dp"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:layout_weight="1">-->
- <!--<RelativeLayout-->
- <!--android:id="@+id/tysdkn_recharge_yubi_ali"-->
- <!--android:layout_width="match_parent"-->
- <!--android:layout_height="39dp"-->
- <!--android:layout_marginLeft="11dp"-->
- <!--android:background="@drawable/tysdkn_recharge_type_select"-->
- <!--android:clickable="true">-->
- <!--<LinearLayout-->
- <!--android:layout_width="wrap_content"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:layout_centerInParent="true"-->
- <!--android:orientation="horizontal">-->
- <!--<ImageView-->
- <!--android:id="@+id/tysdkn_pay_tyb_right_zfb"-->
- <!--android:layout_width="22dp"-->
- <!--android:layout_height="22dp"-->
- <!--android:layout_gravity="center_vertical"-->
- <!--android:background="@drawable/tysdkn_recharge_zhifubao" />-->
- <!--<TextView-->
- <!--android:layout_width="wrap_content"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:layout_gravity="center_vertical"-->
- <!--android:layout_marginLeft="5dp"-->
- <!--android:text="支付宝支付"-->
- <!--android:textColor="#ffffff"-->
- <!--android:textSize="11sp" />-->
- <!--</LinearLayout>-->
- <!--<ImageView-->
- <!--android:id="@+id/tysdkn_recharge_yubi_ali_img"-->
- <!--android:layout_width="12dp"-->
- <!--android:layout_height="12dp"-->
- <!--android:layout_alignParentBottom="true"-->
- <!--android:layout_alignParentRight="true"-->
- <!--android:background="@drawable/tysdkn_rechargetype_select"-->
- <!--android:visibility="invisible" />-->
- <!--</RelativeLayout>-->
- <!--</LinearLayout>-->
- <!--<LinearLayout-->
- <!--android:layout_width="0dp"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:layout_marginLeft="10dp"-->
- <!--android:layout_weight="1">-->
- <!--<RelativeLayout-->
- <!--android:id="@+id/tysdkn_recharge_yubi_yue"-->
- <!--android:layout_width="match_parent"-->
- <!--android:layout_height="39dp"-->
- <!--android:layout_marginRight="10dp"-->
- <!--android:background="@drawable/tysdkn_recharge_type_select"-->
- <!--android:clickable="true">-->
- <!--<LinearLayout-->
- <!--android:layout_width="wrap_content"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:layout_centerInParent="true"-->
- <!--android:orientation="horizontal">-->
- <!--<ImageView-->
- <!--android:layout_width="22dp"-->
- <!--android:layout_height="22dp"-->
- <!--android:background="@drawable/tysdkn_recharge_yue" />-->
- <!--<TextView-->
- <!--android:layout_width="wrap_content"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:layout_centerVertical="true"-->
- <!--android:layout_gravity="center_vertical"-->
- <!--android:layout_marginLeft="5dp"-->
- <!--android:text="余额支付"-->
- <!--android:textColor="#ffffff"-->
- <!--android:textSize="11sp" />-->
- <!--</LinearLayout>-->
- <!--<ImageView-->
- <!--android:id="@+id/tysdkn_recharge_yubi_yue_img"-->
- <!--android:layout_width="12dp"-->
- <!--android:layout_height="12dp"-->
- <!--android:layout_alignParentBottom="true"-->
- <!--android:layout_alignParentRight="true"-->
- <!--android:background="@drawable/tysdkn_rechargetype_select"-->
- <!--android:visibility="invisible" />-->
- <!--</RelativeLayout>-->
- <!--</LinearLayout>-->
- <!--</LinearLayout>-->
- <!--<LinearLayout-->
- <!--android:id="@+id/tysdkn_ll_wx"-->
- <!--android:layout_width="match_parent"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:layout_marginTop="10dp"-->
- <!--android:orientation="horizontal">-->
- <!--<LinearLayout-->
- <!--android:layout_width="0dp"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:layout_marginLeft="10dp"-->
- <!--android:layout_weight="1">-->
- <!--<RelativeLayout-->
- <!--android:id="@+id/tysdkn_recharge_wx"-->
- <!--android:layout_width="match_parent"-->
- <!--android:layout_height="39dp"-->
- <!--android:layout_marginRight="10dp"-->
- <!--android:background="@drawable/tysdkn_recharge_type_select"-->
- <!--android:clickable="true">-->
- <!--<LinearLayout-->
- <!--android:layout_width="wrap_content"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:layout_centerInParent="true"-->
- <!--android:orientation="horizontal">-->
- <!--<ImageView-->
- <!--android:layout_width="22dp"-->
- <!--android:layout_height="22dp"-->
- <!--android:background="@drawable/tysdkn_recharge_wechat" />-->
- <!--<TextView-->
- <!--android:layout_width="wrap_content"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:layout_centerVertical="true"-->
- <!--android:layout_gravity="center_vertical"-->
- <!--android:layout_marginLeft="5dp"-->
- <!--android:text="微信支付"-->
- <!--android:textColor="#ffffff"-->
- <!--android:textSize="11sp" />-->
- <!--</LinearLayout>-->
- <!--<ImageView-->
- <!--android:id="@+id/tysdkn_recharge_wx_img"-->
- <!--android:layout_width="12dp"-->
- <!--android:layout_height="12dp"-->
- <!--android:layout_alignParentBottom="true"-->
- <!--android:layout_alignParentRight="true"-->
- <!--android:background="@drawable/tysdkn_rechargetype_select"-->
- <!--android:visibility="invisible" />-->
- <!--</RelativeLayout>-->
- <!--</LinearLayout>-->
- <!--<LinearLayout-->
- <!--android:layout_width="0dp"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:layout_weight="1"-->
- <!--android:visibility="invisible">-->
- <!--<RelativeLayout-->
- <!--android:layout_width="match_parent"-->
- <!--android:layout_height="39dp"-->
- <!--android:layout_marginRight="11dp"-->
- <!--android:background="@drawable/tysdkn_recharge_type_select"-->
- <!--android:clickable="true">-->
- <!--<LinearLayout-->
- <!--android:layout_width="wrap_content"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:layout_centerInParent="true"-->
- <!--android:orientation="horizontal">-->
- <!--<ImageView-->
- <!--android:layout_width="22dp"-->
- <!--android:layout_height="22dp"-->
- <!--android:layout_gravity="center_vertical"-->
- <!--android:background="@drawable/tysdkn_recharge_zhifubao" />-->
- <!--<TextView-->
- <!--android:layout_width="wrap_content"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:layout_gravity="center_vertical"-->
- <!--android:layout_marginLeft="5dp"-->
- <!--android:textColor="#ffffff"-->
- <!--android:textSize="11sp" />-->
- <!--</LinearLayout>-->
- <!--<ImageView-->
- <!--android:layout_width="12dp"-->
- <!--android:layout_height="12dp"-->
- <!--android:layout_alignParentBottom="true"-->
- <!--android:layout_alignParentRight="true"-->
- <!--android:background="@drawable/tysdkn_rechargetype_select"-->
- <!--android:visibility="invisible" />-->
- <!--</RelativeLayout>-->
- <!--</LinearLayout>-->
- <!--</LinearLayout>-->
- <LinearLayout
- android:visibility="gone"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="15dp"
- android:gravity="center_vertical"
- android:orientation="horizontal">
- <CheckBox
- android:id="@+id/tysdkn_cb_choose_yb_coupon"
- style="@style/tysdkn_recharge_cb"
- android:layout_width="13dp"
- android:layout_height="13dp"
- android:layout_marginLeft="13dp"
- android:checked="true"
- android:clickable="true" />
- <TextView
- android:id="@+id/tysdkn_tv_selected_discount"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="8dp"
- android:text="选择优惠券"
- android:textColor="#ffffff"
- android:textSize="11sp" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="8dp"
- android:clickable="true"
- android:text="更改"
- android:textColor="#30B8FF"
- android:textSize="11sp" />
- </LinearLayout>
- <RelativeLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:layout_marginRight="10dp"
- >
- <RelativeLayout
- android:id="@+id/tysdkn_tv_change_discount"
- android:layout_width="match_parent"
- android:layout_height="35dp"
- android:layout_centerHorizontal="true"
- android:layout_marginTop="15dp"
- android:background="@drawable/tysdkn_recharge_type_select"
- android:clickable="true">
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="7dp"
- android:orientation="horizontal">
- <ImageView
- android:id="@+id/tysdkn_recharge_ybi_icon_discount"
- android:layout_width="23dp"
- android:layout_height="15dp"
- android:layout_centerVertical="true"
- android:background="@drawable/tysdkn_recharge_icon_discount_unuse" />
- <TextView
- android:id="@+id/tysdkn_recharge_ybi_tv_cotent"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_gravity="center_vertical"
- android:singleLine="true"
- android:maxEms="9"
- android:layout_marginLeft="6dp"
- android:layout_marginRight="40dp"
- android:text="有 0 张优惠券可用"
- android:textColor="#333333"
- android:textSize="11sp" />
- </LinearLayout>
- <ImageView
- android:layout_width="5dp"
- android:layout_height="9dp"
- android:layout_alignParentRight="true"
- android:layout_marginRight="10dp"
- android:layout_centerVertical="true"
- android:background="@drawable/tysdkn_xs_login_right" />
- <TextView
- android:id="@+id/tysdkn_recharge_tv_ybi_discount"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:textSize="11sp"
- android:textColor="#F4340E"
- android:text=""
- android:layout_marginRight="25dp"
- android:layout_alignParentRight="true"
- />
- </RelativeLayout>
- </RelativeLayout>
- <Button
- android:id="@+id/tysdkn_pay_tyb_right_pay"
- android:layout_width="match_parent"
- android:layout_height="35dp"
- android:layout_marginLeft="12dp"
- android:layout_marginRight="14dp"
- android:layout_marginTop="15dp"
- android:layout_marginBottom="30dp"
- android:background="@drawable/tysdkn_recharge_item_select"
- android:text="宇币支付10.0元"
- android:textColor="#FFFFFF"
- android:textSize="15sp" />
- <!--android:background="@drawable/tysdkn_recharge_select_bg"-->
- <!--<LinearLayout-->
- <!--android:layout_width="match_parent"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:pad.dingTop="10dp"-->
- <!--android:orientation="horizontal">-->
- <!--<ImageView-->
- <!--android:id="@+id/tysdkn_pay_tyb_back"-->
- <!--android:layout_width="16dp"-->
- <!--android:layout_height="16dp"-->
- <!--android:layout_gravity="center"-->
- <!--android:layout_marginRight="10dp"-->
- <!--android:layout_marginLeft="10dp"-->
- <!--android:src="@drawable/tysdkn_back"/>-->
- <!--<LinearLayout-->
- <!--android:layout_width="wrap_content"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:layout_gravity="center"-->
- <!--android:gravity="center_vertical"-->
- <!--android:orientation="horizontal"-->
- <!-->-->
- <!--<TextView-->
- <!--android:id="@+id/tysdkn_pay_tyb_tv"-->
- <!--android:layout_width="wrap_content"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:ellipsize="end"-->
- <!--android:maxLines="1"-->
- <!--android:textColor="#111111"-->
- <!--tools:text="英雄联盟"/>-->
- <!--<TextView-->
- <!--android:id="@+id/tysdkn_pay_tyb_zk"-->
- <!--android:layout_width="wrap_content"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:layout_marginLeft="5dp"-->
- <!--android:background="@drawable/tysdkn_big_rate"-->
- <!--android:gravity="center"-->
- <!--android:paddingBottom="3dp"-->
- <!--android:paddingLeft="5dp"-->
- <!--android:paddingRight="3dp"-->
- <!--android:paddingTop="3dp"-->
- <!--android:textColor="#ffffff"-->
- <!--android:textSize="12sp"-->
- <!--tools:text="10.0折"/>-->
- <!--</LinearLayout>-->
- <!--</LinearLayout>-->
- <!--<TextView-->
- <!--android:layout_width="wrap_content"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:text="请选择充值面额(1宇币=1人民币)"-->
- <!--android:textSize="11sp"-->
- <!--android:textColor="#999999"-->
- <!--android:layout_marginLeft="16dp"-->
- <!--android:layout_marginTop="36dp"-->
- <!--/>-->
- <!--<LinearLayout-->
- <!--android:layout_width="match_parent"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:gravity="center"-->
- <!--android:layout_marginTop="77dp"-->
- <!--android:orientation="horizontal">-->
- <!--<include layout="@layout/tysdkn_pay_items"/>-->
- <!--<!–<!–横版布局–>–>-->
- <!--<!–<include layout="@layout/tysdkn_pay_tyb_right"/>–>-->
- <!--</LinearLayout>-->
- <!--<!–竖版布局–>-->
- <!--<include layout="@layout/tysdkn_pay_tyb_bottom"/>-->
- </LinearLayout>
- </LinearLayout>
- </ScrollView>
- </LinearLayout>
|