|
@@ -9,69 +9,69 @@
|
|
|
<com.hjq.bar.TitleBar
|
|
|
android:id="@+id/tb_main_bar"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="150dp"
|
|
|
android:background="@color/login_bk"
|
|
|
app:leftColor="@color/white"
|
|
|
- app:leftIcon="@mipmap/left_icon"
|
|
|
- app:leftSize="15sp"
|
|
|
+ app:leftIcon="@mipmap/left_88_icon"
|
|
|
+ app:leftSize="@dimen/text_40dp_size"
|
|
|
app:leftTitle="返回"
|
|
|
app:rightColor="@color/white"
|
|
|
- app:rightSize="15sp"
|
|
|
+ app:rightSize="@dimen/text_40dp_size"
|
|
|
app:rightTitle="120s"
|
|
|
app:title="自助取票"
|
|
|
app:titleColor="@color/white"
|
|
|
- app:titleSize="18sp" />
|
|
|
+ app:titleSize="@dimen/text_50dp_size" />
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="60sp"
|
|
|
- android:padding="20sp"
|
|
|
+ android:layout_marginTop="150sp"
|
|
|
+ android:padding="60sp"
|
|
|
android:layout_gravity="top">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/take_btn"
|
|
|
android:layout_width="230dp"
|
|
|
- android:layout_height="400dp"
|
|
|
+ android:layout_height="1200dp"
|
|
|
android:layout_gravity="center"
|
|
|
- android:layout_marginRight="15sp"
|
|
|
+ android:layout_marginRight="30sp"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@drawable/bg_take"
|
|
|
android:orientation="vertical"
|
|
|
- android:padding="15sp">
|
|
|
+ android:padding="50sp">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10sp"
|
|
|
+ android:layout_marginTop="30sp"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
android:layout_weight="1"
|
|
|
android:gravity="center"
|
|
|
android:text="取票码/手机号取票"
|
|
|
android:textColor="@color/black"
|
|
|
android:textFontWeight="800"
|
|
|
- android:textSize="15sp" />
|
|
|
+ android:textSize="@dimen/text_50dp_size" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="40dp"
|
|
|
- android:layout_marginTop="20sp"
|
|
|
+ android:layout_height="100dp"
|
|
|
+ android:layout_marginTop="60sp"
|
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<EditText
|
|
|
android:id="@+id/et_modify_quantity"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="40dp"
|
|
|
+ android:layout_height="100dp"
|
|
|
android:enabled="true"
|
|
|
android:focusable="false"
|
|
|
- android:textSize="12sp"
|
|
|
- android:paddingLeft="10dp"
|
|
|
+ android:textSize="@dimen/text_40dp_size"
|
|
|
+ android:paddingLeft="20dp"
|
|
|
android:background="@android:drawable/edit_text"
|
|
|
android:hint="取票码/手机号取票"
|
|
|
android:text=""
|
|
@@ -82,199 +82,177 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="20sp"
|
|
|
+ android:layout_marginTop="60sp"
|
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/num_01"
|
|
|
- android:layout_width="50dp"
|
|
|
- android:layout_height="40dp"
|
|
|
- android:layout_marginRight="10sp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="120dp"
|
|
|
+ android:layout_marginRight="30sp"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@drawable/bg_num_01"
|
|
|
android:gravity="center"
|
|
|
- android:paddingTop="7sp"
|
|
|
- android:paddingBottom="7sp"
|
|
|
android:text="1"
|
|
|
android:textColor="@color/blue"
|
|
|
android:textFontWeight="800"
|
|
|
- android:textSize="18sp" />
|
|
|
+ android:textSize="@dimen/text_50dp_size" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/num_02"
|
|
|
- android:layout_width="50dp"
|
|
|
- android:layout_height="40sp"
|
|
|
- android:layout_marginRight="10sp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="120dp"
|
|
|
+ android:layout_marginRight="30sp"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@drawable/bg_num_01"
|
|
|
android:gravity="center"
|
|
|
- android:paddingTop="7sp"
|
|
|
- android:paddingBottom="7sp"
|
|
|
android:text="2"
|
|
|
android:textColor="@color/blue"
|
|
|
android:textFontWeight="800"
|
|
|
- android:textSize="18sp" />
|
|
|
+ android:textSize="@dimen/text_50dp_size" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/num_03"
|
|
|
- android:layout_width="50dp"
|
|
|
- android:layout_height="40sp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="120dp"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@drawable/bg_num_01"
|
|
|
android:gravity="center"
|
|
|
- android:paddingTop="7sp"
|
|
|
- android:paddingBottom="7sp"
|
|
|
android:text="3"
|
|
|
android:textColor="@color/blue"
|
|
|
android:textFontWeight="800"
|
|
|
- android:textSize="18sp" />
|
|
|
+ android:textSize="@dimen/text_50dp_size" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10sp"
|
|
|
+ android:layout_marginTop="30sp"
|
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/num_04"
|
|
|
- android:layout_width="50dp"
|
|
|
- android:layout_height="40sp"
|
|
|
- android:layout_marginRight="10sp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="120dp"
|
|
|
+ android:layout_marginRight="30sp"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@drawable/bg_num_01"
|
|
|
android:gravity="center"
|
|
|
- android:paddingTop="7sp"
|
|
|
- android:paddingBottom="7sp"
|
|
|
android:text="4"
|
|
|
android:textColor="@color/blue"
|
|
|
android:textFontWeight="800"
|
|
|
- android:textSize="18sp" />
|
|
|
+ android:textSize="@dimen/text_50dp_size" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/num_05"
|
|
|
- android:layout_width="50dp"
|
|
|
- android:layout_height="40sp"
|
|
|
- android:layout_marginRight="10sp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="120dp"
|
|
|
+ android:layout_marginRight="30sp"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@drawable/bg_num_01"
|
|
|
android:gravity="center"
|
|
|
- android:paddingTop="7sp"
|
|
|
- android:paddingBottom="7sp"
|
|
|
android:text="5"
|
|
|
android:textColor="@color/blue"
|
|
|
android:textFontWeight="800"
|
|
|
- android:textSize="18sp" />
|
|
|
+ android:textSize="@dimen/text_50dp_size" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/num_06"
|
|
|
- android:layout_width="50dp"
|
|
|
- android:layout_height="40sp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="120dp"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@drawable/bg_num_01"
|
|
|
android:gravity="center"
|
|
|
- android:paddingTop="7sp"
|
|
|
- android:paddingBottom="7sp"
|
|
|
android:text="6"
|
|
|
android:textColor="@color/blue"
|
|
|
android:textFontWeight="800"
|
|
|
- android:textSize="18sp" />
|
|
|
+ android:textSize="@dimen/text_50dp_size" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10sp"
|
|
|
+ android:layout_marginTop="30sp"
|
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/num_07"
|
|
|
- android:layout_width="50dp"
|
|
|
- android:layout_height="40sp"
|
|
|
- android:layout_marginRight="10sp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="120dp"
|
|
|
+ android:layout_marginRight="30sp"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@drawable/bg_num_01"
|
|
|
android:gravity="center"
|
|
|
- android:paddingTop="7sp"
|
|
|
- android:paddingBottom="7sp"
|
|
|
android:text="7"
|
|
|
android:textColor="@color/blue"
|
|
|
android:textFontWeight="800"
|
|
|
- android:textSize="18sp" />
|
|
|
+ android:textSize="@dimen/text_50dp_size" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/num_08"
|
|
|
- android:layout_width="50dp"
|
|
|
- android:layout_height="40sp"
|
|
|
- android:layout_marginRight="10sp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="120dp"
|
|
|
+ android:layout_marginRight="30sp"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@drawable/bg_num_01"
|
|
|
android:gravity="center"
|
|
|
- android:paddingTop="7sp"
|
|
|
- android:paddingBottom="7sp"
|
|
|
android:text="8"
|
|
|
android:textColor="@color/blue"
|
|
|
android:textFontWeight="800"
|
|
|
- android:textSize="18sp" />
|
|
|
+ android:textSize="@dimen/text_50dp_size" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/num_09"
|
|
|
- android:layout_width="50dp"
|
|
|
- android:layout_height="40sp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="120dp"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@drawable/bg_num_01"
|
|
|
android:gravity="center"
|
|
|
- android:paddingTop="7sp"
|
|
|
- android:paddingBottom="7sp"
|
|
|
android:text="9"
|
|
|
android:textColor="@color/blue"
|
|
|
android:textFontWeight="800"
|
|
|
- android:textSize="18sp" />
|
|
|
+ android:textSize="@dimen/text_50dp_size" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10sp"
|
|
|
+ android:layout_marginTop="30sp"
|
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/num_0"
|
|
|
- android:layout_width="50dp"
|
|
|
- android:layout_height="40sp"
|
|
|
- android:layout_marginRight="10sp"
|
|
|
+ android:layout_width="120dp"
|
|
|
+ android:layout_height="120dp"
|
|
|
+ android:layout_marginRight="30sp"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@drawable/bg_num_01"
|
|
|
android:gravity="center"
|
|
|
- android:paddingTop="7sp"
|
|
|
- android:paddingBottom="7sp"
|
|
|
android:text="0"
|
|
|
android:textColor="@color/blue"
|
|
|
android:textFontWeight="800"
|
|
|
- android:textSize="18sp" />
|
|
|
+ android:textSize="@dimen/text_50dp_size" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/num_empty"
|
|
|
- android:layout_width="50dp"
|
|
|
- android:layout_height="40sp"
|
|
|
- android:layout_marginRight="10sp"
|
|
|
+ android:layout_width="120dp"
|
|
|
+ android:layout_height="120dp"
|
|
|
+ android:layout_marginRight="30sp"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@drawable/bg_num_01"
|
|
|
android:gravity="center"
|
|
|
- android:paddingTop="5sp"
|
|
|
- android:paddingBottom="5sp"
|
|
|
android:text="清空"
|
|
|
android:textColor="@color/blue"
|
|
|
- android:textSize="12sp" />
|
|
|
+ android:textSize="@dimen/text_50dp_size" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/num_del"
|
|
|
- android:layout_width="50dp"
|
|
|
- android:layout_height="40sp"
|
|
|
+ android:layout_width="120dp"
|
|
|
+ android:layout_height="120dp"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@drawable/bg_num_01"
|
|
|
android:gravity="center"
|
|
@@ -282,42 +260,42 @@
|
|
|
android:paddingBottom="7sp"
|
|
|
android:text="删除"
|
|
|
android:textColor="@color/blue"
|
|
|
- android:textSize="12sp" />
|
|
|
+ android:textSize="@dimen/text_50dp_size" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="30dp"
|
|
|
- android:layout_marginTop="15sp"
|
|
|
+ android:layout_height="120dp"
|
|
|
+ android:layout_marginTop="80sp"
|
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/purchase_btn"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="30dp"
|
|
|
+ android:layout_height="120dp"
|
|
|
android:background="@drawable/bg_btn_01"
|
|
|
android:gravity="center"
|
|
|
android:text="立即取票"
|
|
|
android:textColor="@color/white"
|
|
|
android:textFontWeight="800"
|
|
|
- android:textSize="13sp" />
|
|
|
+ android:textSize="@dimen/text_50dp_size" />
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="230dp"
|
|
|
- android:layout_height="400dp"
|
|
|
+ android:layout_height="1200dp"
|
|
|
android:layout_marginLeft="15sp"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@drawable/bg_take"
|
|
|
- android:padding="15sp"
|
|
|
+ android:padding="50sp"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10sp"
|
|
|
+ android:layout_marginTop="30sp"
|
|
|
android:gravity="center">
|
|
|
|
|
|
<TextView
|
|
@@ -328,13 +306,13 @@
|
|
|
android:text="二维码/身份证取票"
|
|
|
android:textColor="@color/black"
|
|
|
android:textFontWeight="800"
|
|
|
- android:textSize="15sp" />
|
|
|
+ android:textSize="@dimen/text_50dp_size" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="15sp"
|
|
|
+ android:layout_marginTop="60sp"
|
|
|
android:gravity="center">
|
|
|
|
|
|
<TextView
|
|
@@ -345,28 +323,28 @@
|
|
|
android:text="请选择二维码/身份证对准扫码区域"
|
|
|
android:textColor="@color/login_bk"
|
|
|
android:textFontWeight="800"
|
|
|
- android:textSize="9sp" />
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="300dp"
|
|
|
- android:layout_marginTop="25sp"
|
|
|
+ android:layout_height="800dp"
|
|
|
+ android:layout_marginTop="70sp"
|
|
|
android:gravity="top"
|
|
|
android:orientation="vertical">
|
|
|
<ImageView
|
|
|
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:layout_width="match_parent"
|
|
|
+ android:layout_height="820dp"
|
|
|
android:scaleType="fitXY"
|
|
|
- android:src="@mipmap/take_idcard" />
|
|
|
+ android:src="@mipmap/idcard_demonstrate" />
|
|
|
+<!-- <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/take_idcard" />-->
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|