123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205 |
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="310dp"
- android:layout_height="wrap_content"
- android:background="@drawable/xunqu_activity_pay"
- android:orientation="horizontal" >
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="260dp"
- android:layout_alignParentLeft="true"
- android:layout_alignParentTop="true"
- android:background="#AAF3F3F3" >
- <Button
- android:id="@+id/xunqu_btn_ok"
- android:layout_width="match_parent"
- android:layout_height="40dp"
- android:layout_alignParentBottom="true"
- android:layout_centerHorizontal="true"
- android:layout_marginBottom="10dp"
- android:layout_marginLeft="20dp"
- android:background="@drawable/ixunqu_button_blue"
- android:text="确定充值"
- android:textSize="16dp"
- android:textColor="#FFFFFF" />
- <RelativeLayout
- android:id="@+id/xunqu_pay_head_view"
- android:layout_width="match_parent"
- android:layout_height="50dp"
- android:layout_alignParentTop="true"
- android:layout_centerHorizontal="true" >
- <TextView
- android:id="@+id/xunqu_tv_pay_head_title"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerHorizontal="true"
- android:layout_centerVertical="true"
- android:text="充值中心"
- android:textColor="#000000"
- android:textSize="18dp" />
- <View
- android:id="@+id/xunqu_view_01"
- android:layout_width="match_parent"
- android:layout_height="0.5dp"
- android:layout_alignParentBottom="true"
- android:layout_centerHorizontal="true"
- android:background="#BFBFBF" />
- <Button
- android:id="@+id/xunqu_btn_pay_close"
- android:layout_width="25dp"
- android:layout_height="25dp"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:layout_marginRight="10dp"
- android:background="@drawable/xunqu_btn_close" />
- </RelativeLayout>
- <RelativeLayout
- android:id="@+id/xunqu_pay_info_view"
- android:layout_width="match_parent"
- android:layout_height="50dp"
- android:layout_below="@+id/xunqu_pay_head_view"
- android:layout_centerHorizontal="true" >
- <TextView
- android:id="@+id/xunqu_tv_product_name"
- android:layout_width="200dp"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_centerVertical="true"
- android:layout_marginLeft="10dp"
- android:text="test_商品"
- android:textColor="#5D5D5D"
- android:ellipsize="end"
- android:singleLine="true"
- android:textSize="15dp" />
- <TextView
- android:id="@+id/xunqu_tv_amount_unit"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignBottom="@+id/xunqu_tv_product_name"
- android:layout_alignParentRight="true"
- android:layout_marginRight="10dp"
- android:text=" 元"
- android:textColor="#5D5D5D"
- android:textSize="15dp" />
- <TextView
- android:id="@+id/xunqu_tv_product_amount"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignBaseline="@+id/xunqu_tv_amount_unit"
- android:layout_alignBottom="@+id/xunqu_tv_amount_unit"
- android:layout_toLeftOf="@+id/xunqu_tv_amount_unit"
- android:text="0"
- android:textColor="#FF0000"
- android:textSize="15dp" />
- </RelativeLayout>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_below="@+id/xunqu_pay_info_view"
- android:layout_marginLeft="20dp"
- android:layout_centerHorizontal="true"
- android:background="@drawable/xunqu_pay_layout" >
- <RelativeLayout
- android:id="@+id/xunqu_alipay_view"
- android:layout_width="match_parent"
- android:layout_height="50dp"
- android:visibility="gone"
- android:layout_alignParentTop="true"
- android:layout_centerHorizontal="true" >
- <ImageView
- android:id="@+id/xunqu_iv_alipay_icon"
- android:layout_width="37dp"
- android:layout_height="37dp"
- android:layout_alignParentLeft="true"
- android:layout_centerVertical="true"
- android:layout_marginLeft="5dp"
- android:src="@drawable/xunqu_pay_type_alipay_icon" />
- <TextView
- android:id="@+id/xunqu_tv_alipay_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="10dp"
- android:layout_toRightOf="@+id/xunqu_iv_alipay_icon"
- android:textColor="#5D5D5D"
- android:textSize="16dp"
- android:text="支付宝" />
- <View
- android:id="@+id/xunqu_view_02"
- android:layout_width="match_parent"
- android:layout_height="0.5dp"
- android:layout_alignParentBottom="true"
- android:layout_centerHorizontal="true"
- android:background="#EEEEEE"/>
- <ImageView
- android:id="@+id/xunqu_iv_alipay_payment_select"
- android:layout_width="17dp"
- android:layout_height="17dp"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:layout_marginRight="10dp"
- android:background="@drawable/xunqu_payment_select" />
- </RelativeLayout>
- <RelativeLayout
- android:id="@+id/xunqu_wxpay_view"
- android:layout_width="match_parent"
- android:layout_height="50dp"
- android:visibility="gone"
- android:layout_below="@id/xunqu_alipay_view"
- android:layout_centerHorizontal="true" >
- <ImageView
- android:id="@+id/xunqu_iv_wx_icon"
- android:layout_width="37dp"
- android:layout_height="37dp"
- android:layout_alignParentLeft="true"
- android:layout_centerVertical="true"
- android:layout_marginLeft="5dp"
- android:src="@drawable/xunqu_pay_type_weixin_icon" />
- <TextView
- android:id="@+id/xunqu_tv_wx_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="10dp"
- android:layout_toRightOf="@+id/xunqu_iv_wx_icon"
- android:text="微信支付"
- android:textColor="#5D5D5D"
- android:textSize="16dp" />
- <ImageView
- android:id="@+id/xunqu_iv_wx_payment_select"
- android:layout_width="17dp"
- android:layout_height="17dp"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:layout_marginRight="10dp"
- android:background="@drawable/xunqu_payment_unselect" />
- </RelativeLayout>
- </RelativeLayout>
- </RelativeLayout>
- </RelativeLayout>
|