|
@@ -5,366 +5,372 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:background="@mipmap/page_bj">
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/main_img"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="550dp"
|
|
|
- android:scaleType="fitXY"
|
|
|
- android:src="@mipmap/main_top" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
- <LinearLayout
|
|
|
+ <ScrollView
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="550dp">
|
|
|
- <com.hjq.bar.TitleBar
|
|
|
- android:id="@+id/tb_main_bar"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="80dp"
|
|
|
- android:background="@color/login_bk"
|
|
|
- app:leftColor="@color/white"
|
|
|
- app:leftIcon="@mipmap/left_44_icon"
|
|
|
- app:leftSize="@dimen/inedx_btn_size"
|
|
|
- app:leftTitle="返回"
|
|
|
- app:rightColor="@color/white"
|
|
|
- app:rightSize="@dimen/inedx_btn_size"
|
|
|
- app:rightTitle="120s"
|
|
|
- app:title="自助取票"
|
|
|
- app:titleColor="@color/white"
|
|
|
- app:titleSize="@dimen/text_30dp_size" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="700sp"
|
|
|
- android:padding="30sp"
|
|
|
- android:layout_gravity="top">
|
|
|
+ android:layout_height="match_parent">
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/take_btn"
|
|
|
- android:layout_width="230dp"
|
|
|
- android:layout_height="700dp"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:layout_marginRight="30sp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:background="@drawable/bg_take"
|
|
|
- android:orientation="vertical"
|
|
|
- android:padding="30sp">
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="30sp"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center"
|
|
|
- android:text="取票码/手机号取票"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textFontWeight="800"
|
|
|
- android:textSize="@dimen/text_30dp_size" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="60dp"
|
|
|
- android:layout_marginTop="30sp"
|
|
|
android:gravity="center"
|
|
|
- android:orientation="horizontal">
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <EditText
|
|
|
- android:id="@+id/et_modify_quantity"
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/main_img"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="60dp"
|
|
|
- android:enabled="true"
|
|
|
- android:focusable="false"
|
|
|
- android:textSize="@dimen/inedx_btn_size"
|
|
|
- android:paddingLeft="10dp"
|
|
|
- android:background="@android:drawable/edit_text"
|
|
|
- android:hint="取票码/手机号取票"
|
|
|
- android:text=""
|
|
|
- android:inputType="number" />
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="30sp"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/num_01"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="60dp"
|
|
|
- android:layout_marginRight="30sp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:background="@drawable/bg_num_01"
|
|
|
- android:gravity="center"
|
|
|
- android:text="1"
|
|
|
- android:textColor="@color/blue"
|
|
|
- android:textFontWeight="800"
|
|
|
- android:textSize="@dimen/text_30dp_size" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/num_02"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="60dp"
|
|
|
- android:layout_marginRight="30sp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:background="@drawable/bg_num_01"
|
|
|
- android:gravity="center"
|
|
|
- android:text="2"
|
|
|
- android:textColor="@color/blue"
|
|
|
- android:textFontWeight="800"
|
|
|
- android:textSize="@dimen/text_30dp_size" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/num_03"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="60dp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:background="@drawable/bg_num_01"
|
|
|
- android:gravity="center"
|
|
|
- android:text="3"
|
|
|
- android:textColor="@color/blue"
|
|
|
- android:textFontWeight="800"
|
|
|
- android:textSize="@dimen/text_30dp_size" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="20sp"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="horizontal">
|
|
|
+ android:layout_height="550dp"
|
|
|
+ android:scaleType="fitXY"
|
|
|
+ android:src="@mipmap/main_top" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/num_04"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="60dp"
|
|
|
- android:layout_marginRight="30sp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:background="@drawable/bg_num_01"
|
|
|
- android:gravity="center"
|
|
|
- android:text="4"
|
|
|
- android:textColor="@color/blue"
|
|
|
- android:textFontWeight="800"
|
|
|
- android:textSize="@dimen/text_30dp_size" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/num_05"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="60dp"
|
|
|
- android:layout_marginRight="30sp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:background="@drawable/bg_num_01"
|
|
|
- android:gravity="center"
|
|
|
- android:text="5"
|
|
|
- android:textColor="@color/blue"
|
|
|
- android:textFontWeight="800"
|
|
|
- android:textSize="@dimen/text_30dp_size" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/num_06"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="60dp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:background="@drawable/bg_num_01"
|
|
|
- android:gravity="center"
|
|
|
- android:text="6"
|
|
|
- android:textColor="@color/blue"
|
|
|
- android:textFontWeight="800"
|
|
|
- android:textSize="@dimen/text_30dp_size" />
|
|
|
</LinearLayout>
|
|
|
-
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="20sp"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/num_07"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="60dp"
|
|
|
- android:layout_marginRight="30sp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:background="@drawable/bg_num_01"
|
|
|
- android:gravity="center"
|
|
|
- android:text="7"
|
|
|
- android:textColor="@color/blue"
|
|
|
- android:textFontWeight="800"
|
|
|
- android:textSize="@dimen/text_30dp_size" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/num_08"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="60dp"
|
|
|
- android:layout_marginRight="30sp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:background="@drawable/bg_num_01"
|
|
|
- android:gravity="center"
|
|
|
- android:text="8"
|
|
|
- android:textColor="@color/blue"
|
|
|
- android:textFontWeight="800"
|
|
|
- android:textSize="@dimen/text_30dp_size" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/num_09"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="60dp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:background="@drawable/bg_num_01"
|
|
|
- android:gravity="center"
|
|
|
- android:text="9"
|
|
|
- android:textColor="@color/blue"
|
|
|
- android:textFontWeight="800"
|
|
|
- android:textSize="@dimen/text_30dp_size" />
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <com.hjq.bar.TitleBar
|
|
|
+ android:id="@+id/tb_main_bar"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="80dp"
|
|
|
+ android:background="@color/login_bk"
|
|
|
+ app:leftColor="@color/white"
|
|
|
+ app:leftIcon="@mipmap/left_44_icon"
|
|
|
+ app:leftSize="@dimen/inedx_btn_size"
|
|
|
+ app:leftTitle="返回"
|
|
|
+ app:rightColor="@color/white"
|
|
|
+ app:rightSize="@dimen/inedx_btn_size"
|
|
|
+ app:rightTitle="120s"
|
|
|
+ app:title="自助取票"
|
|
|
+ app:titleColor="@color/white"
|
|
|
+ app:titleSize="@dimen/text_30dp_size" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="20sp"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/num_0"
|
|
|
- android:layout_width="120dp"
|
|
|
- android:layout_height="60dp"
|
|
|
- android:layout_marginRight="30sp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:background="@drawable/bg_num_01"
|
|
|
- android:gravity="center"
|
|
|
- android:text="0"
|
|
|
- android:textColor="@color/blue"
|
|
|
- android:textFontWeight="800"
|
|
|
- android:textSize="@dimen/text_30dp_size" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/num_empty"
|
|
|
- android:layout_width="120dp"
|
|
|
- android:layout_height="60dp"
|
|
|
+ android:padding="30sp"
|
|
|
+ android:layout_gravity="top">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/take_btn"
|
|
|
+ android:layout_width="230dp"
|
|
|
+ android:layout_height="700dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
android:layout_marginRight="30sp"
|
|
|
android:layout_weight="1"
|
|
|
- android:background="@drawable/bg_num_01"
|
|
|
- android:gravity="center"
|
|
|
- android:text="清空"
|
|
|
- android:textColor="@color/blue"
|
|
|
- android:textSize="@dimen/inedx_btn_size" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/num_del"
|
|
|
- android:layout_width="120dp"
|
|
|
- android:layout_height="60dp"
|
|
|
+ android:background="@drawable/bg_take"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:padding="30sp">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="30sp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="取票码/手机号取票"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textFontWeight="800"
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="60dp"
|
|
|
+ android:layout_marginTop="30sp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/et_modify_quantity"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="60dp"
|
|
|
+ android:enabled="true"
|
|
|
+ android:focusable="false"
|
|
|
+ android:textSize="@dimen/inedx_btn_size"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:background="@android:drawable/edit_text"
|
|
|
+ android:hint="取票码/手机号取票"
|
|
|
+ android:text=""
|
|
|
+ android:inputType="number" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="30sp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/num_01"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="60dp"
|
|
|
+ android:layout_marginRight="30sp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/bg_num_01"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="1"
|
|
|
+ android:textColor="@color/blue"
|
|
|
+ android:textFontWeight="800"
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/num_02"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="60dp"
|
|
|
+ android:layout_marginRight="30sp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/bg_num_01"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="2"
|
|
|
+ android:textColor="@color/blue"
|
|
|
+ android:textFontWeight="800"
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/num_03"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="60dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/bg_num_01"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="3"
|
|
|
+ android:textColor="@color/blue"
|
|
|
+ android:textFontWeight="800"
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="20sp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/num_04"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="60dp"
|
|
|
+ android:layout_marginRight="30sp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/bg_num_01"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="4"
|
|
|
+ android:textColor="@color/blue"
|
|
|
+ android:textFontWeight="800"
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/num_05"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="60dp"
|
|
|
+ android:layout_marginRight="30sp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/bg_num_01"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="5"
|
|
|
+ android:textColor="@color/blue"
|
|
|
+ android:textFontWeight="800"
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/num_06"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="60dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/bg_num_01"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="6"
|
|
|
+ android:textColor="@color/blue"
|
|
|
+ android:textFontWeight="800"
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="20sp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/num_07"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="60dp"
|
|
|
+ android:layout_marginRight="30sp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/bg_num_01"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="7"
|
|
|
+ android:textColor="@color/blue"
|
|
|
+ android:textFontWeight="800"
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/num_08"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="60dp"
|
|
|
+ android:layout_marginRight="30sp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/bg_num_01"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="8"
|
|
|
+ android:textColor="@color/blue"
|
|
|
+ android:textFontWeight="800"
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/num_09"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="60dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/bg_num_01"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="9"
|
|
|
+ android:textColor="@color/blue"
|
|
|
+ android:textFontWeight="800"
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="20sp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/num_0"
|
|
|
+ android:layout_width="120dp"
|
|
|
+ android:layout_height="60dp"
|
|
|
+ android:layout_marginRight="30sp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/bg_num_01"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="0"
|
|
|
+ android:textColor="@color/blue"
|
|
|
+ android:textFontWeight="800"
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/num_empty"
|
|
|
+ android:layout_width="120dp"
|
|
|
+ android:layout_height="60dp"
|
|
|
+ android:layout_marginRight="30sp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/bg_num_01"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="清空"
|
|
|
+ android:textColor="@color/blue"
|
|
|
+ android:textSize="@dimen/inedx_btn_size" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/num_del"
|
|
|
+ android:layout_width="120dp"
|
|
|
+ android:layout_height="60dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/bg_num_01"
|
|
|
+ android:gravity="center"
|
|
|
+ android:paddingTop="7sp"
|
|
|
+ android:paddingBottom="7sp"
|
|
|
+ android:text="删除"
|
|
|
+ android:textColor="@color/blue"
|
|
|
+ android:textSize="@dimen/inedx_btn_size" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="60dp"
|
|
|
+ android:layout_marginTop="50sp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/purchase_btn"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="60dp"
|
|
|
+ android:background="@drawable/bg_btn_01"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="立即取票"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textFontWeight="800"
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="230dp"
|
|
|
+ android:layout_height="700dp"
|
|
|
+ android:layout_marginLeft="15sp"
|
|
|
android:layout_weight="1"
|
|
|
- android:background="@drawable/bg_num_01"
|
|
|
- android:gravity="center"
|
|
|
- android:paddingTop="7sp"
|
|
|
- android:paddingBottom="7sp"
|
|
|
- android:text="删除"
|
|
|
- android:textColor="@color/blue"
|
|
|
- android:textSize="@dimen/inedx_btn_size" />
|
|
|
+ android:background="@drawable/bg_take"
|
|
|
+ android:padding="30sp"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="30sp"
|
|
|
+ android:gravity="center">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="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="@dimen/text_30dp_size" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="40sp"
|
|
|
+ android:gravity="center">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="请打开二维码对准扫码区域"
|
|
|
+ android:textColor="@color/login_bk"
|
|
|
+ android:textFontWeight="800"
|
|
|
+ android:textSize="18dp" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="700dp"
|
|
|
+ android:layout_marginTop="40sp"
|
|
|
+ android:gravity="top"
|
|
|
+ android:orientation="vertical">
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/img_code_btn"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="420dp"
|
|
|
+ android:scaleType="fitXY"
|
|
|
+ android:src="@mipmap/take_code" />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="60dp"
|
|
|
- android:layout_marginTop="50sp"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/purchase_btn"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="60dp"
|
|
|
- android:background="@drawable/bg_btn_01"
|
|
|
- android:gravity="center"
|
|
|
- android:text="立即取票"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textFontWeight="800"
|
|
|
- android:textSize="@dimen/text_30dp_size" />
|
|
|
- </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
+ </ScrollView>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="230dp"
|
|
|
- android:layout_height="700dp"
|
|
|
- android:layout_marginLeft="15sp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:background="@drawable/bg_take"
|
|
|
- android:padding="30sp"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="30sp"
|
|
|
- android:gravity="center">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="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="@dimen/text_30dp_size" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="40sp"
|
|
|
- android:gravity="center">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center"
|
|
|
- android:text="请选择二维码/身份证对准扫码区域"
|
|
|
- android:textColor="@color/login_bk"
|
|
|
- android:textFontWeight="800"
|
|
|
- android:textSize="18dp" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="700dp"
|
|
|
- android:layout_marginTop="40sp"
|
|
|
- android:gravity="top"
|
|
|
- android:orientation="vertical">
|
|
|
- <ImageView
|
|
|
- android:id="@+id/img_code_btn"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="420dp"
|
|
|
- android:scaleType="fitXY"
|
|
|
- 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>
|
|
|
|
|
|
</RelativeLayout>
|