123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:id="@+id/tysdkn_pay_tyb_bottom_layout"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="20dp"
- android:orientation="vertical"
- tools:background="#ffffff"
- android:visibility="gone"
- >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="16dp"
- android:text="支付方式"
- android:textColor="#999999"/>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="16dp"
- android:layout_marginTop="20dp"
- android:orientation="horizontal">
- <LinearLayout
- android:id="@+id/tysdkn_pay_tyb_bottom_zfb"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="40dp"
- android:orientation="vertical">
- <RelativeLayout
- android:layout_width="50dp"
- android:layout_height="50dp"
- >
- <ImageView
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginRight="8dp"
- android:layout_marginTop="8dp"
- android:src="@drawable/tysdkn_zfb"/>
- <ImageView
- android:id="@+id/tysdkn_pay_tyb_bottom_zfb_s"
- android:layout_width="20dp"
- android:layout_height="20dp"
- android:layout_alignParentRight="true"
- android:src="@drawable/tysdkn_selete"/>
- </RelativeLayout>
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:layout_marginTop="15dp"
- android:paddingRight="4dp"
- android:text="支付宝"
- android:textColor="#111111"
- android:textSize="14sp"/>
- </LinearLayout>
- <LinearLayout
- android:id="@+id/tysdkn_pay_tyb_bottom_yue"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="40dp"
- android:orientation="vertical">
- <RelativeLayout
- android:layout_width="50dp"
- android:layout_height="50dp">
- <ImageView
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginRight="8dp"
- android:layout_marginTop="8dp"
- android:src="@drawable/tysdkn_yue"/>
- <ImageView
- android:id="@+id/tysdkn_pay_tyb_bottom_yue_s"
- android:layout_width="20dp"
- android:layout_height="20dp"
- android:layout_alignParentRight="true"
- android:src="@drawable/tysdkn_selete"/>
- </RelativeLayout>
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:layout_marginTop="15dp"
- android:paddingRight="4dp"
- android:text="余额"
- android:textColor="#111111"
- android:textSize="14sp"/>
- </LinearLayout>
- </LinearLayout>
- <TextView
- android:id="@+id/tysdkn_pay_tyb_bottom_pay"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="15dp"
- android:layout_marginRight="15dp"
- android:layout_marginTop="20dp"
- android:background="#FF009CEE"
- android:gravity="center"
- android:paddingBottom="15dp"
- android:paddingTop="15dp"
- android:text="去支付"
- android:textColor="#ffffff"
- android:textSize="18sp"/>
- <LinearLayout
- android:id="@+id/tysdkn_pay_left_wdye"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:visibility="invisible"
- android:layout_marginTop="5dp"
- android:gravity="center"
- android:orientation="horizontal">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="我的余额: "/>
- <TextView
- android:id="@+id/tysdkn_pay_left_wdye_tv"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="99.9"
- android:textColor="#F4340E"/>
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="元"
- android:textColor="#F4340E"/>
- </LinearLayout>
- </LinearLayout>
|