123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234 |
- <?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:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:layout_marginRight="10dp"
- android:layout_weight="1"
- android:orientation="vertical"
- tools:showIn="@layout/tysdkn_game_pay_f">
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="订单金额"
- android:textColor="#111111"
- android:textSize="13sp"/>
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:orientation="horizontal">
- <TextView
- android:id="@+id/tysdkn_game_pay_price"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textColor="#111111"
- android:textSize="14sp"
- tools:text="500"/>
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="元"
- android:textColor="#111111"
- android:textSize="14sp"/>
- </LinearLayout>
- </RelativeLayout>
- <LinearLayout
- android:id="@+id/tysdkn_pay_game_zk"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <include layout="@layout/tysdkn_line"/>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="当前折扣"
- android:textColor="#111111"
- android:textSize="13sp"/>
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:orientation="horizontal">
- <TextView
- android:id="@+id/tysdkn_game_pay_zk"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textColor="#111111"
- android:textSize="14sp"
- tools:text="10.0"/>
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="折"
- android:textColor="#111111"
- android:textSize="14sp"/>
- </LinearLayout>
- </RelativeLayout>
- </LinearLayout>
- <include layout="@layout/tysdkn_line"/>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="horizontal">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="可获得积分"
- android:textColor="#111111"
- android:textSize="13sp"/>
- <ImageView
- android:id="@+id/tysdkn_game_pay_jf_dialog"
- android:layout_width="16dp"
- android:layout_height="16dp"
- android:layout_marginLeft="10dp"
- android:src="@drawable/tysdkn_wenhao"/>
- </LinearLayout>
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:orientation="horizontal">
- <TextView
- android:id="@+id/tysdkn_game_pay_jf"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textColor="#111111"
- android:textSize="14sp"
- tools:text="10.0"/>
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="个"
- android:textColor="#111111"
- android:textSize="14sp"/>
- </LinearLayout>
- </RelativeLayout>
- <include layout="@layout/tysdkn_line"/>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="horizontal">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="可获VIP经验"
- android:textColor="#111111"
- android:textSize="13sp"/>
- <ImageView
- android:id="@+id/tysdkn_game_pay_vip_dialog"
- android:layout_width="16dp"
- android:layout_height="16dp"
- android:layout_marginLeft="10dp"
- android:src="@drawable/tysdkn_wenhao"/>
- </LinearLayout>
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:orientation="horizontal">
- <TextView
- android:id="@+id/tysdkn_game_pay_vip"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textColor="#111111"
- android:textSize="14sp"
- tools:text="10.0"/>
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="点"
- android:textColor="#111111"
- android:textSize="14sp"/>
- </LinearLayout>
- </RelativeLayout>
- <include layout="@layout/tysdkn_line"/>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:text="还需支付"
- android:textColor="#111111"
- android:textSize="13sp"/>
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:orientation="horizontal">
- <TextView
- android:id="@+id/tysdkn_game_pay_pay"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textColor="#F4340E"
- android:textSize="20sp"
- tools:text="10.0"/>
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="元"
- android:textColor="#111111"
- android:textSize="14sp"/>
- </LinearLayout>
- </RelativeLayout>
- <include layout="@layout/tysdkn_line"/>
- </LinearLayout>
|