|
@@ -41,133 +41,139 @@
|
|
app:titleSize="@dimen/text_30dp_size" />
|
|
app:titleSize="@dimen/text_30dp_size" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
- <ScrollView
|
|
|
|
- android:layout_marginTop="600dp"
|
|
|
|
- android:layout_marginBottom="30dp"
|
|
|
|
|
|
+ <LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="match_parent"
|
|
|
|
- android:layout_below="@+id/tb_main_bar">
|
|
|
|
- <LinearLayout
|
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="top"
|
|
|
|
+ android:layout_marginTop="640sp"
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
+ <ScrollView
|
|
|
|
+ android:layout_marginBottom="30dp"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_gravity="top"
|
|
|
|
- android:orientation="vertical"
|
|
|
|
- android:padding="60dp">
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:layout_below="@+id/tb_main_bar">
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_gravity="center"
|
|
|
|
- android:layout_marginTop="20sp"
|
|
|
|
- android:background="@drawable/bg_take"
|
|
|
|
|
|
+ android:layout_gravity="top"
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
android:padding="60dp">
|
|
android:padding="60dp">
|
|
-
|
|
|
|
- <ScrollView
|
|
|
|
- android:id="@+id/sv"
|
|
|
|
|
|
+ <LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="match_parent"
|
|
|
|
- android:layout_below="@+id/tb_main_bar">
|
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="center"
|
|
|
|
+ android:layout_marginTop="20sp"
|
|
|
|
+ android:background="@drawable/bg_take"
|
|
|
|
+ android:orientation="vertical"
|
|
|
|
+ android:padding="60dp">
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
|
|
+ <ScrollView
|
|
|
|
+ android:id="@+id/sv"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:gravity="center"
|
|
|
|
- android:layout_marginBottom="20sp"
|
|
|
|
- android:orientation="vertical">
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/tx_noDataShow"
|
|
|
|
- android:layout_below="@+id/tb_main_bar"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="match_parent"
|
|
|
|
- android:layout_marginTop="40sp"
|
|
|
|
- android:gravity="center"
|
|
|
|
- android:textSize="@dimen/text_30dp_size"
|
|
|
|
- android:visibility="gone"
|
|
|
|
- android:text="没有对应票据"/>
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:layout_below="@+id/tb_main_bar">
|
|
|
|
|
|
- <com.scwang.smartrefresh.layout.SmartRefreshLayout
|
|
|
|
|
|
+ <LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_below="@+id/tb_main_bar"
|
|
|
|
- android:layout_marginTop="60sp"
|
|
|
|
- android:id="@+id/refreshLayout"
|
|
|
|
- android:layout_height="match_parent">
|
|
|
|
-
|
|
|
|
- <androidx.recyclerview.widget.RecyclerView
|
|
|
|
- android:id="@+id/list_stock"
|
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:layout_marginBottom="20sp"
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tx_noDataShow"
|
|
|
|
+ android:layout_below="@+id/tb_main_bar"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
|
- app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
+ android:layout_marginTop="40sp"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:textSize="@dimen/text_30dp_size"
|
|
|
|
+ android:visibility="gone"
|
|
|
|
+ android:text="没有对应票据"/>
|
|
|
|
|
|
- </com.scwang.smartrefresh.layout.SmartRefreshLayout>
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ <com.scwang.smartrefresh.layout.SmartRefreshLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_below="@+id/tb_main_bar"
|
|
|
|
+ android:layout_marginTop="60sp"
|
|
|
|
+ android:id="@+id/refreshLayout"
|
|
|
|
+ android:layout_height="match_parent">
|
|
|
|
|
|
- </ScrollView>
|
|
|
|
|
|
+ <androidx.recyclerview.widget.RecyclerView
|
|
|
|
+ android:id="@+id/list_stock"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginTop="50dp"
|
|
|
|
- android:gravity="right"
|
|
|
|
- android:orientation="horizontal">
|
|
|
|
- <TextView
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:id="@+id/tx_num"
|
|
|
|
- android:text="共2张, 合计"
|
|
|
|
- android:textColor="@color/black"
|
|
|
|
- android:textFontWeight="800"
|
|
|
|
- android:textSize="@dimen/text_30dp_size" />
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/tx_total"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:text="¥488"
|
|
|
|
- android:paddingRight="10dp"
|
|
|
|
- android:textColor="@color/login_bk"
|
|
|
|
- android:textFontWeight="800"
|
|
|
|
- android:textSize="@dimen/text_30dp_size" />
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ </com.scwang.smartrefresh.layout.SmartRefreshLayout>
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="match_parent"
|
|
|
|
- android:layout_marginTop="80dp"
|
|
|
|
- android:gravity="center"
|
|
|
|
- android:paddingBottom="30sp"
|
|
|
|
- android:orientation="horizontal">
|
|
|
|
|
|
+ </ScrollView>
|
|
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/continue_btn"
|
|
|
|
|
|
+ <LinearLayout
|
|
android:layout_width="match_parent"
|
|
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:layout_marginRight="20sp"
|
|
|
|
- android:text="继续添加观影人"
|
|
|
|
- android:textColor="@color/white"
|
|
|
|
- android:textFontWeight="800"
|
|
|
|
- android:textSize="@dimen/text_30dp_size" />
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/determine_btn"
|
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginTop="50dp"
|
|
|
|
+ android:gravity="right"
|
|
|
|
+ android:orientation="horizontal">
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:id="@+id/tx_num"
|
|
|
|
+ android:text="共2张, 合计"
|
|
|
|
+ android:textColor="@color/black"
|
|
|
|
+ android:textFontWeight="800"
|
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tx_total"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:text="¥488"
|
|
|
|
+ android:paddingRight="10dp"
|
|
|
|
+ android:textColor="@color/login_bk"
|
|
|
|
+ android:textFontWeight="800"
|
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
|
|
+ </LinearLayout>
|
|
|
|
+
|
|
|
|
+ <LinearLayout
|
|
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:layout_marginTop="80dp"
|
|
android:gravity="center"
|
|
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" />
|
|
|
|
|
|
+ android:paddingBottom="30sp"
|
|
|
|
+ android:orientation="horizontal">
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/continue_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:layout_marginRight="20sp"
|
|
|
|
+ android:text="继续添加观影人"
|
|
|
|
+ android:textColor="@color/white"
|
|
|
|
+ android:textFontWeight="800"
|
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
|
|
+ <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" />
|
|
|
|
+ </LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
- </LinearLayout>
|
|
|
|
- </ScrollView>
|
|
|
|
|
|
+ </ScrollView>
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|