|
@@ -13,14 +13,14 @@
|
|
|
android:background="@drawable/title_bg"
|
|
|
app:leftColor="@color/white"
|
|
|
app:leftIcon="@mipmap/left_icon"
|
|
|
- app:leftSize="18sp"
|
|
|
+ app:leftSize="15sp"
|
|
|
app:leftTitle="返回"
|
|
|
app:rightColor="@color/white"
|
|
|
- app:rightSize="18sp"
|
|
|
+ app:rightSize="15sp"
|
|
|
app:rightTitle="120s"
|
|
|
app:title="自助取票"
|
|
|
app:titleColor="@color/white"
|
|
|
- app:titleSize="20sp" />
|
|
|
+ app:titleSize="18sp" />
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
@@ -31,8 +31,8 @@
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/take_btn"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_width="230dp"
|
|
|
+ android:layout_height="400dp"
|
|
|
android:layout_gravity="center"
|
|
|
android:layout_marginRight="15sp"
|
|
|
android:layout_weight="1"
|
|
@@ -42,25 +42,24 @@
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="10sp"
|
|
|
- android:paddingTop="10sp"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
android:gravity="center"
|
|
|
android:text="取票码/手机号取票"
|
|
|
android:textColor="@color/black"
|
|
|
android:textFontWeight="800"
|
|
|
- android:textSize="20sp" />
|
|
|
+ android:textSize="15sp" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="40dp"
|
|
|
android:layout_marginTop="20sp"
|
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal">
|
|
@@ -68,8 +67,11 @@
|
|
|
<EditText
|
|
|
android:id="@+id/et_modify_quantity"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="40dp"
|
|
|
android:enabled="true"
|
|
|
+ android:focusable="false"
|
|
|
+ android:textSize="12sp"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
android:background="@android:drawable/edit_text"
|
|
|
android:hint="取票码/手机号取票"
|
|
|
android:text="0076425742"
|
|
@@ -79,15 +81,15 @@
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginTop="30sp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="20sp"
|
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/num_01"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="50sp"
|
|
|
+ android:layout_width="50dp"
|
|
|
+ android:layout_height="40dp"
|
|
|
android:layout_marginRight="10sp"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@drawable/bg_num_01"
|
|
@@ -97,12 +99,12 @@
|
|
|
android:text="1"
|
|
|
android:textColor="@color/blue"
|
|
|
android:textFontWeight="800"
|
|
|
- android:textSize="24sp" />
|
|
|
+ android:textSize="18sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/num_02"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="50sp"
|
|
|
+ android:layout_width="50dp"
|
|
|
+ android:layout_height="40sp"
|
|
|
android:layout_marginRight="10sp"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@drawable/bg_num_01"
|
|
@@ -112,12 +114,12 @@
|
|
|
android:text="2"
|
|
|
android:textColor="@color/blue"
|
|
|
android:textFontWeight="800"
|
|
|
- android:textSize="24sp" />
|
|
|
+ android:textSize="18sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/num_03"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="50sp"
|
|
|
+ android:layout_width="50dp"
|
|
|
+ android:layout_height="40sp"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@drawable/bg_num_01"
|
|
|
android:gravity="center"
|
|
@@ -126,20 +128,20 @@
|
|
|
android:text="3"
|
|
|
android:textColor="@color/blue"
|
|
|
android:textFontWeight="800"
|
|
|
- android:textSize="24sp" />
|
|
|
+ android:textSize="18sp" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="10sp"
|
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/num_04"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="50sp"
|
|
|
+ android:layout_width="50dp"
|
|
|
+ android:layout_height="40sp"
|
|
|
android:layout_marginRight="10sp"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@drawable/bg_num_01"
|
|
@@ -149,12 +151,12 @@
|
|
|
android:text="4"
|
|
|
android:textColor="@color/blue"
|
|
|
android:textFontWeight="800"
|
|
|
- android:textSize="24sp" />
|
|
|
+ android:textSize="18sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/num_05"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="50sp"
|
|
|
+ android:layout_width="50dp"
|
|
|
+ android:layout_height="40sp"
|
|
|
android:layout_marginRight="10sp"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@drawable/bg_num_01"
|
|
@@ -164,12 +166,12 @@
|
|
|
android:text="5"
|
|
|
android:textColor="@color/blue"
|
|
|
android:textFontWeight="800"
|
|
|
- android:textSize="24sp" />
|
|
|
+ android:textSize="18sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/num_06"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="50sp"
|
|
|
+ android:layout_width="50dp"
|
|
|
+ android:layout_height="40sp"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@drawable/bg_num_01"
|
|
|
android:gravity="center"
|
|
@@ -178,20 +180,20 @@
|
|
|
android:text="6"
|
|
|
android:textColor="@color/blue"
|
|
|
android:textFontWeight="800"
|
|
|
- android:textSize="24sp" />
|
|
|
+ android:textSize="18sp" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="10sp"
|
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/num_07"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="50sp"
|
|
|
+ android:layout_width="50dp"
|
|
|
+ android:layout_height="40sp"
|
|
|
android:layout_marginRight="10sp"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@drawable/bg_num_01"
|
|
@@ -201,12 +203,12 @@
|
|
|
android:text="7"
|
|
|
android:textColor="@color/blue"
|
|
|
android:textFontWeight="800"
|
|
|
- android:textSize="24sp" />
|
|
|
+ android:textSize="18sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/num_08"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="50sp"
|
|
|
+ android:layout_width="50dp"
|
|
|
+ android:layout_height="40sp"
|
|
|
android:layout_marginRight="10sp"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@drawable/bg_num_01"
|
|
@@ -216,12 +218,12 @@
|
|
|
android:text="8"
|
|
|
android:textColor="@color/blue"
|
|
|
android:textFontWeight="800"
|
|
|
- android:textSize="24sp" />
|
|
|
+ android:textSize="18sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/num_09"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="50sp"
|
|
|
+ android:layout_width="50dp"
|
|
|
+ android:layout_height="40sp"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@drawable/bg_num_01"
|
|
|
android:gravity="center"
|
|
@@ -230,20 +232,20 @@
|
|
|
android:text="9"
|
|
|
android:textColor="@color/blue"
|
|
|
android:textFontWeight="800"
|
|
|
- android:textSize="24sp" />
|
|
|
+ android:textSize="18sp" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="10sp"
|
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/num_0"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="50sp"
|
|
|
+ android:layout_width="50dp"
|
|
|
+ android:layout_height="40sp"
|
|
|
android:layout_marginRight="10sp"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@drawable/bg_num_01"
|
|
@@ -253,12 +255,12 @@
|
|
|
android:text="0"
|
|
|
android:textColor="@color/blue"
|
|
|
android:textFontWeight="800"
|
|
|
- android:textSize="24sp" />
|
|
|
+ android:textSize="18sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/num_empty"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="50sp"
|
|
|
+ android:layout_width="50dp"
|
|
|
+ android:layout_height="40sp"
|
|
|
android:layout_marginRight="10sp"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@drawable/bg_num_01"
|
|
@@ -267,12 +269,12 @@
|
|
|
android:paddingBottom="5sp"
|
|
|
android:text="清空"
|
|
|
android:textColor="@color/blue"
|
|
|
- android:textSize="18sp" />
|
|
|
+ android:textSize="12sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/num_del"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="50sp"
|
|
|
+ android:layout_width="50dp"
|
|
|
+ android:layout_height="40sp"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@drawable/bg_num_01"
|
|
|
android:gravity="center"
|
|
@@ -280,44 +282,42 @@
|
|
|
android:paddingBottom="7sp"
|
|
|
android:text="删除"
|
|
|
android:textColor="@color/blue"
|
|
|
- android:textSize="18sp" />
|
|
|
+ android:textSize="12sp" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginTop="25sp"
|
|
|
+ android:layout_height="30dp"
|
|
|
+ android:layout_marginTop="15sp"
|
|
|
android:gravity="center"
|
|
|
- android:paddingBottom="20sp"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/purchase_btn"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="30dp"
|
|
|
android:background="@drawable/bg_btn_01"
|
|
|
android:gravity="center"
|
|
|
- android:padding="10sp"
|
|
|
android:text="立即购票"
|
|
|
android:textColor="@color/white"
|
|
|
android:textFontWeight="800"
|
|
|
- android:textSize="20sp" />
|
|
|
+ android:textSize="13sp" />
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_width="230dp"
|
|
|
+ android:layout_height="400dp"
|
|
|
android:layout_marginLeft="15sp"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@drawable/bg_take"
|
|
|
+ android:padding="15sp"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="10sp"
|
|
|
- android:paddingTop="10sp"
|
|
|
android:gravity="center">
|
|
|
|
|
|
<TextView
|
|
@@ -328,13 +328,13 @@
|
|
|
android:text="二维码/身份证取票"
|
|
|
android:textColor="@color/black"
|
|
|
android:textFontWeight="800"
|
|
|
- android:textSize="20sp" />
|
|
|
+ android:textSize="15sp" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginTop="10sp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="15sp"
|
|
|
android:gravity="center">
|
|
|
|
|
|
<TextView
|
|
@@ -343,23 +343,30 @@
|
|
|
android:layout_weight="1"
|
|
|
android:gravity="center"
|
|
|
android:text="请选择二维码/身份证对准扫码区域"
|
|
|
- android:textColor="@color/blue"
|
|
|
+ android:textColor="@color/login_bk"
|
|
|
android:textFontWeight="800"
|
|
|
- android:textSize="18sp" />
|
|
|
+ android:textSize="9sp" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginTop="10sp"
|
|
|
- android:gravity="center"
|
|
|
- android:padding="15sp">
|
|
|
-
|
|
|
+ android:layout_height="300dp"
|
|
|
+ android:layout_marginTop="25sp"
|
|
|
+ android:gravity="top"
|
|
|
+ android:orientation="vertical">
|
|
|
<ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:id="@+id/img_code_btn"
|
|
|
+ android:layout_width="140dp"
|
|
|
+ android:layout_height="110dp"
|
|
|
+ android:scaleType="fitXY"
|
|
|
+ android:src="@mipmap/take_code" />
|
|
|
+ <ImageView
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:id="@+id/img_idcard_btn"
|
|
|
+ android:layout_width="140dp"
|
|
|
+ android:layout_height="110dp"
|
|
|
android:scaleType="fitXY"
|
|
|
- android:src="@mipmap/idcard_demonstrate" />
|
|
|
+ android:src="@mipmap/take_idcard" />
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|