123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:background="#FFFFFF"
- android:orientation="vertical" >
- <include layout="@layout/hfb_title" />
- <ScrollView
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:fillViewport="true" >
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical" >
- <TextView
- android:id="@+id/tv_title"
- style="@style/hfb_app_title_style"
- android:layout_gravity="center_horizontal"
- android:text="订单支付" />
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:background="@drawable/hfb_info_bg"
- android:orientation="vertical"
- android:paddingLeft="15dp"
- android:paddingRight="5dp" >
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="10dp"
- android:layout_marginTop="10dp"
- android:orientation="horizontal" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="商品名称:"
- android:textColor="#333333"
- android:textSize="16sp" />
- <TextView
- android:id="@+id/tv_goodsName"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="电影票"
- android:textColor="#333333"
- android:textSize="16sp" />
- </LinearLayout>
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="10dp"
- android:layout_marginTop="10dp"
- android:orientation="horizontal" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="订单价格:"
- android:textColor="#333333"
- android:textSize="16sp" />
- <TextView
- android:id="@+id/tv_amount"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="1元(不含通信费)"
- android:textColor="#333333"
- android:textSize="16sp" />
- </LinearLayout>
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="10dp"
- android:layout_marginTop="10dp"
- android:orientation="horizontal" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="客服电话:"
- android:textColor="#333333"
- android:textSize="16sp" />
- <TextView
- android:id="@+id/tv_cusphone"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="4006125880"
- android:textColor="#333333"
- android:textSize="16sp" />
- </LinearLayout>
- <LinearLayout
- android:id="@+id/ll_phone"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="10dp"
- android:layout_marginTop="10dp"
- android:orientation="horizontal" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="支付手机:"
- android:textColor="#333333"
- android:textSize="16sp" />
- <EditText
- android:id="@+id/et_phone"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_marginRight="15dp"
- android:text=""
- android:singleLine="true"
- android:inputType="phone"
- android:textColor="#333333"
- android:textSize="16sp" />
- </LinearLayout>
- <LinearLayout
- android:id="@+id/ll_code"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="10dp"
- android:layout_marginTop="10dp"
- android:orientation="horizontal"
- android:visibility="visible" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text=" 验证码:"
- android:textColor="#333333"
- android:textSize="16sp" />
- <EditText
- android:id="@+id/et_code"
- android:layout_width="90dp"
- android:layout_height="wrap_content"
- android:singleLine="true"
- android:inputType="number"
- android:textColor="#333333"
- android:textSize="16sp" />
- <com.umpay.huafubao.view.CountDownButton
- android:id="@+id/btn_code"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="right"
- android:layout_marginLeft="15dp"
- android:background="@drawable/hfb_btn2"
- android:text="获取验证码"
- android:textColor="#007bb4"
- android:textSize="12sp" />
- </LinearLayout>
- </LinearLayout>
- <TextView
- android:id="@+id/tv_goodsInfo"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="5dp"
- android:layout_marginRight="5dp"
- android:layout_marginTop="10dp"
- android:background="@drawable/hfb_merdesc_info_bg"
- android:textColor="#777777"
- android:visibility="gone" />
- <TextView
- android:id="@+id/tv_smsInfo"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="5dp"
- android:layout_marginRight="5dp"
- android:layout_marginTop="10dp"
- android:textColor="#007bb4" />
- <Button
- android:id="@+id/btn_pay"
- style="@style/hfb_txt_style"
- android:layout_gravity="center_horizontal"
- android:layout_marginBottom="20dp"
- android:layout_marginLeft="40dp"
- android:layout_marginRight="40dp"
- android:layout_marginTop="20dp"
- android:background="@drawable/hfb_btn"
- android:paddingBottom="10dp"
- android:paddingTop="10dp"
- android:text="确认支付" />
- <TextView
- android:id="@+id/tv_smsInfo2"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="10dp"
- android:layout_marginLeft="10dp"
- android:layout_marginRight="10dp"
- android:textColor="#999999" />
- </LinearLayout>
- </ScrollView>
- </LinearLayout>
|