|
@@ -89,7 +89,7 @@
|
|
android:orientation="horizontal">
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
- android:text="观影人信息:"
|
|
|
|
|
|
+ android:text="购票人电话:"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="@color/black"
|
|
android:textColor="@color/black"
|
|
@@ -136,25 +136,33 @@
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
android:padding="10sp"
|
|
android:padding="10sp"
|
|
android:layout_marginTop="20sp"
|
|
android:layout_marginTop="20sp"
|
|
- android:background="@color/msg_item_gray"
|
|
|
|
android:layout_height="wrap_content">
|
|
android:layout_height="wrap_content">
|
|
- <ImageView
|
|
|
|
|
|
+
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:background="@drawable/bg_corners_05"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:src="@mipmap/img_add"/>
|
|
|
|
- <TextView
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:textSize="36sp"
|
|
|
|
- android:textColor="@color/black"
|
|
|
|
- android:layout_marginStart="10sp"
|
|
|
|
- android:text="新增观影人"/>
|
|
|
|
|
|
+ android:padding="10sp"
|
|
|
|
+ android:layout_height="wrap_content">
|
|
|
|
+ <ImageView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:src="@mipmap/img_add_write"/>
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:textSize="36sp"
|
|
|
|
+ android:textColor="@color/white"
|
|
|
|
+ android:layout_marginStart="10sp"
|
|
|
|
+ android:text="确认添加"/>
|
|
|
|
+
|
|
|
|
+ </LinearLayout>
|
|
|
|
+
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textSize="20sp"
|
|
android:textSize="20sp"
|
|
- android:textColor="@color/blue"
|
|
|
|
|
|
+ android:textColor="@color/gray"
|
|
android:layout_marginStart="20sp"
|
|
android:layout_marginStart="20sp"
|
|
android:text="每张票需要"/>
|
|
android:text="每张票需要"/>
|
|
<TextView
|
|
<TextView
|
|
@@ -168,7 +176,7 @@
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textSize="20sp"
|
|
android:textSize="20sp"
|
|
- android:textColor="@color/blue"
|
|
|
|
|
|
+ android:textColor="@color/gray"
|
|
android:text="观影人信息"/>
|
|
android:text="观影人信息"/>
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -194,6 +202,16 @@
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
android:layout_marginBottom="20sp"
|
|
android:layout_marginBottom="20sp"
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tx_touristNum"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:layout_marginTop="10sp"
|
|
|
|
+ android:textColor="@color/gray"
|
|
|
|
+ android:gravity="left|center"
|
|
|
|
+ android:textSize="@dimen/text_30dp_size"
|
|
|
|
+ tools:text="已添加观影人数: 1人"/>
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/tx_noDataShow"
|
|
android:id="@+id/tx_noDataShow"
|
|
android:layout_below="@+id/tb_main_bar"
|
|
android:layout_below="@+id/tb_main_bar"
|
|
@@ -272,19 +290,29 @@
|
|
<!-- android:textColor="@color/white"-->
|
|
<!-- android:textColor="@color/white"-->
|
|
<!-- android:textFontWeight="800"-->
|
|
<!-- android:textFontWeight="800"-->
|
|
<!-- android:textSize="@dimen/text_30dp_size" />-->
|
|
<!-- android:textSize="@dimen/text_30dp_size" />-->
|
|
- <TextView
|
|
|
|
|
|
+<!-- <TextView-->
|
|
|
|
+<!-- android:id="@+id/determine_btn"-->
|
|
|
|
+<!-- android:layout_width="match_parent"-->
|
|
|
|
+<!-- android:layout_height="match_parent"-->
|
|
|
|
+<!-- android:layout_weight="1"-->
|
|
|
|
+<!-- android:background="@drawable/bg_btn_01"-->
|
|
|
|
+<!-- android:gravity="center"-->
|
|
|
|
+<!-- android:padding="10sp"-->
|
|
|
|
+<!-- android:text="确定付款"-->
|
|
|
|
+<!-- android:layout_marginLeft="20sp"-->
|
|
|
|
+<!-- android:textColor="@color/white"-->
|
|
|
|
+<!-- android:textFontWeight="800"-->
|
|
|
|
+<!-- android:textSize="@dimen/text_30dp_size" />-->
|
|
|
|
+
|
|
|
|
+ <Button
|
|
android:id="@+id/determine_btn"
|
|
android:id="@+id/determine_btn"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
- android:layout_weight="1"
|
|
|
|
android:background="@drawable/bg_btn_01"
|
|
android:background="@drawable/bg_btn_01"
|
|
- android:gravity="center"
|
|
|
|
android:padding="10sp"
|
|
android:padding="10sp"
|
|
- android:text="确定付款"
|
|
|
|
- android:layout_marginLeft="20sp"
|
|
|
|
android:textColor="@color/white"
|
|
android:textColor="@color/white"
|
|
- android:textFontWeight="800"
|
|
|
|
- android:textSize="@dimen/text_30dp_size" />
|
|
|
|
|
|
+ android:textSize="@dimen/text_30dp_size"
|
|
|
|
+ android:text="确定付款"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|