|
@@ -5,166 +5,177 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:background="@mipmap/page_bj">
|
|
|
- <LinearLayout
|
|
|
+ <ScrollView
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/main_img"
|
|
|
+ android:layout_height="match_parent">
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="550dp"
|
|
|
- android:scaleType="fitXY"
|
|
|
- android:src="@mipmap/main_top" />
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- </LinearLayout>
|
|
|
- <LinearLayout
|
|
|
- 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: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_gravity="top"
|
|
|
- android:layout_marginTop="620sp"
|
|
|
- android:orientation="vertical"
|
|
|
- android:padding="60sp">
|
|
|
+ <LinearLayout
|
|
|
+ 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="match_parent"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:background="@drawable/bg_take"
|
|
|
- android:padding="30sp">
|
|
|
+ <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
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:padding="10sp">
|
|
|
- <TextView
|
|
|
- android:id="@+id/tx_issue_status_text"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <com.hjq.bar.TitleBar
|
|
|
+ android:id="@+id/tb_main_bar"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:gravity="center"
|
|
|
- android:text="门票正在打印中,请稍后......"
|
|
|
- android:textColor="@color/login_bk"
|
|
|
- android:textFontWeight="800"
|
|
|
- android:textSize="@dimen/text_30dp_size" />
|
|
|
+ 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:title="自助取票"
|
|
|
+ app:titleColor="@color/white"
|
|
|
+ app:titleSize="@dimen/text_30dp_size" />
|
|
|
</LinearLayout>
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:layout_marginTop="60sp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:background="@drawable/bg_take"
|
|
|
- android:orientation="vertical"
|
|
|
- android:padding="60dp">
|
|
|
-
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:gravity="center"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="top"
|
|
|
android:orientation="vertical"
|
|
|
- android:paddingBottom="30sp">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tx_issue_txt"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:paddingBottom="10dp"
|
|
|
- android:paddingTop="10dp"
|
|
|
- android:paddingLeft="100dp"
|
|
|
- android:paddingRight="100dp"
|
|
|
- android:background="@drawable/bg_btn_01"
|
|
|
- android:gravity="center"
|
|
|
- android:text="注意出票"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textFontWeight="800"
|
|
|
- android:textSize="@dimen/text_30dp_size" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/img_issue_tickets"
|
|
|
- android:layout_width="400dp"
|
|
|
- android:layout_height="250dp"
|
|
|
- android:layout_marginTop="50sp"
|
|
|
- android:scaleType="fitXY"
|
|
|
- android:src="@mipmap/issue_tickets" />
|
|
|
+ android:padding="60sp">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:gravity="center"
|
|
|
- android:layout_marginTop="40dp">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="正在为您打印,"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="@dimen/inedx_btn_size" />
|
|
|
-
|
|
|
-<!-- <TextView-->
|
|
|
-<!-- android:id="@+id/print_num"-->
|
|
|
-<!-- android:layout_width="wrap_content"-->
|
|
|
-<!-- android:layout_height="wrap_content"-->
|
|
|
-<!-- android:text="1/8"-->
|
|
|
-<!-- android:textColor="@color/login_bk"-->
|
|
|
-<!-- android:textSize="13sp" />-->
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="注意下方出票口取票"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="@dimen/inedx_btn_size" />
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:background="@drawable/bg_take"
|
|
|
+ android:padding="30sp">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:padding="10sp">
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tx_issue_status_text"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="门票正在打印中,请稍后......"
|
|
|
+ android:textColor="@color/login_bk"
|
|
|
+ android:textFontWeight="800"
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tx_issue_not"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="本机小票不足,请联系工作人员"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="@dimen/inedx_btn_size" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tx_customerMobile"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
- android:text="客服电话:400-992-1888"
|
|
|
- android:textColor="@color/login_bk"
|
|
|
- android:textSize="@dimen/inedx_btn_size" />
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_marginTop="60sp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/bg_take"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:padding="60dp">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:paddingBottom="30sp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tx_issue_txt"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:paddingBottom="10dp"
|
|
|
+ android:paddingTop="10dp"
|
|
|
+ android:paddingLeft="100dp"
|
|
|
+ android:paddingRight="100dp"
|
|
|
+ android:background="@drawable/bg_btn_01"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="注意出票"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textFontWeight="800"
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/img_issue_tickets"
|
|
|
+ android:layout_width="400dp"
|
|
|
+ android:layout_height="250dp"
|
|
|
+ android:layout_marginTop="50sp"
|
|
|
+ android:scaleType="fitXY"
|
|
|
+ android:src="@mipmap/issue_tickets" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center"
|
|
|
+ android:layout_marginTop="40dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="正在为您打印,"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="@dimen/inedx_btn_size" />
|
|
|
+
|
|
|
+ <!-- <TextView-->
|
|
|
+ <!-- android:id="@+id/print_num"-->
|
|
|
+ <!-- android:layout_width="wrap_content"-->
|
|
|
+ <!-- android:layout_height="wrap_content"-->
|
|
|
+ <!-- android:text="1/8"-->
|
|
|
+ <!-- android:textColor="@color/login_bk"-->
|
|
|
+ <!-- android:textSize="13sp" />-->
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="注意下方出票口取票"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="@dimen/inedx_btn_size" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tx_issue_not"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="本机小票不足,请联系工作人员"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="@dimen/inedx_btn_size" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tx_customerMobile"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:text="客服电话:400-992-1888"
|
|
|
+ android:textColor="@color/login_bk"
|
|
|
+ android:textSize="@dimen/inedx_btn_size" />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
|
-
|
|
|
</LinearLayout>
|
|
|
- </LinearLayout>
|
|
|
+ </ScrollView>
|
|
|
+
|
|
|
+
|
|
|
|
|
|
</RelativeLayout>
|