|
@@ -17,7 +17,7 @@
|
|
|
app:layout_constraintTop_toTopOf="parent"></FrameLayout>
|
|
|
|
|
|
|
|
|
- <LinearLayout
|
|
|
+ <FrameLayout
|
|
|
android:layout_width="1280dp"
|
|
|
android:layout_height="720dp"
|
|
|
android:gravity="center"
|
|
@@ -28,36 +28,284 @@
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/activity_pay_back"
|
|
|
+ android:layout_width="77dp"
|
|
|
+ android:layout_height="77dp"
|
|
|
+ android:layout_marginLeft="32dp"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:src="@drawable/main_back"></ImageView>
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/activity_pay_tomyorder"
|
|
|
+ android:layout_width="130dp"
|
|
|
+ android:layout_height="130dp"
|
|
|
+ android:layout_gravity="right"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:layout_marginRight="32dp"
|
|
|
+ android:src="@drawable/activity_pay_myorder"></ImageView>
|
|
|
+
|
|
|
+
|
|
|
<FrameLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:layout_weight="1">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/activity_pay_back"
|
|
|
- android:layout_width="77dp"
|
|
|
- android:layout_height="77dp"
|
|
|
- android:layout_marginLeft="32dp"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
- android:src="@drawable/main_back"></ImageView>
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/activity_pay_tomyorder"
|
|
|
- android:layout_width="77dp"
|
|
|
- android:layout_height="77dp"
|
|
|
- android:layout_gravity="right"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
- android:layout_marginRight="32dp"
|
|
|
- android:src="@drawable/activity_pay_myorder"></ImageView>
|
|
|
+ android:layout_width="1196dp"
|
|
|
+ android:layout_height="613dp"
|
|
|
+ android:layout_gravity="center|bottom"
|
|
|
+ android:layout_marginBottom="27dp"
|
|
|
+ android:background="@drawable/activity_pay_bg">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="1062dp"
|
|
|
+ android:layout_height="474dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_marginTop="15dp"
|
|
|
+ android:layout_marginBottom="10dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+
|
|
|
+ <FrameLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_weight="1">
|
|
|
+
|
|
|
+ <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
+ android:layout_width="522dp"
|
|
|
+ android:layout_height="190dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:background="@drawable/activity_pay_year_bg">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:layout_marginLeft="25dp"
|
|
|
+ android:layout_marginTop="32dp"
|
|
|
+ android:text="12个月"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="36dp"
|
|
|
+ android:textStyle="bold"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintHorizontal_bias="0.0"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:layout_constraintVertical_bias="0.0"></TextView>
|
|
|
+
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/linearLayout"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:layout_marginEnd="43dp"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintHorizontal_bias="1.0"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:layout_constraintVertical_bias="0.23000002">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="30dp"
|
|
|
+ android:layout_gravity="bottom"
|
|
|
+ android:gravity="bottom"
|
|
|
+ android:text="实际支付¥"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="24dp"
|
|
|
+ android:textStyle="bold"></TextView>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:layout_gravity="bottom"
|
|
|
+ android:gravity="bottom"
|
|
|
+ android:text="60"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="36dp"
|
|
|
+ android:textStyle="bold"></TextView>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="30dp"
|
|
|
+ android:layout_gravity="bottom"
|
|
|
+ android:gravity="bottom"
|
|
|
+ android:text="元"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="24dp"
|
|
|
+ android:textStyle="bold"></TextView>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/textView2"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="25dp"
|
|
|
+ android:layout_marginLeft="25dp"
|
|
|
+ android:layout_marginBottom="32dp"
|
|
|
+ android:text="1222222222月"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="18dp"
|
|
|
+ android:textStyle="bold"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintHorizontal_bias="0.0"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:layout_constraintVertical_bias="0.85"></TextView>
|
|
|
|
|
|
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="73dp"
|
|
|
+ android:layout_height="58dp"
|
|
|
+ android:layout_marginEnd="12dp"
|
|
|
+ android:layout_marginBottom="5dp"
|
|
|
+ android:src="@drawable/activity_pay_itemcheck"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintHorizontal_bias="1.0"
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/textView2"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/linearLayout"
|
|
|
+ app:layout_constraintVertical_bias="0.81"></ImageView>
|
|
|
+ </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
+
|
|
|
+ </FrameLayout>
|
|
|
+
|
|
|
+ <FrameLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_weight="1">
|
|
|
+
|
|
|
+ <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
+ android:layout_width="522dp"
|
|
|
+ android:layout_height="190dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:background="@drawable/activity_pay_month_bg">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:layout_marginLeft="25dp"
|
|
|
+ android:layout_marginTop="32dp"
|
|
|
+ android:text="12个月"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="36dp"
|
|
|
+ android:textStyle="bold"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintHorizontal_bias="0.0"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:layout_constraintVertical_bias="0.0"></TextView>
|
|
|
+
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/linearLayout2"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:layout_marginEnd="43dp"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintHorizontal_bias="1.0"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:layout_constraintVertical_bias="0.23000002">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="30dp"
|
|
|
+ android:layout_gravity="bottom"
|
|
|
+ android:gravity="bottom"
|
|
|
+ android:text="实际支付¥"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="24dp"
|
|
|
+ android:textStyle="bold"></TextView>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:layout_gravity="bottom"
|
|
|
+ android:gravity="bottom"
|
|
|
+ android:text="60"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="36dp"
|
|
|
+ android:textStyle="bold"></TextView>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="30dp"
|
|
|
+ android:layout_gravity="bottom"
|
|
|
+ android:gravity="bottom"
|
|
|
+ android:text="元"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="24dp"
|
|
|
+ android:textStyle="bold"></TextView>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/textView3"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="25dp"
|
|
|
+ android:layout_marginLeft="25dp"
|
|
|
+ android:layout_marginBottom="32dp"
|
|
|
+ android:text="1222222222月"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="18dp"
|
|
|
+ android:textStyle="bold"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintHorizontal_bias="0.0"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:layout_constraintVertical_bias="0.85"></TextView>
|
|
|
+
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="73dp"
|
|
|
+ android:layout_height="58dp"
|
|
|
+ android:layout_marginEnd="12dp"
|
|
|
+ android:layout_marginBottom="5dp"
|
|
|
+ android:src="@drawable/activity_pay_itemcheck"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintHorizontal_bias="1.0"
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/textView3"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/linearLayout2"
|
|
|
+ app:layout_constraintVertical_bias="0.76"></ImageView>
|
|
|
+ </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
+
|
|
|
+ </FrameLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <FrameLayout
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="1">
|
|
|
+
|
|
|
+ <FrameLayout
|
|
|
+ android:layout_width="383dp"
|
|
|
+ android:layout_height="383dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:background="@drawable/activity_pay_qrcode_bg">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="216dp"
|
|
|
+ android:layout_height="216dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_marginBottom="20dp"
|
|
|
+ android:src="@color/red"></ImageView>
|
|
|
+ </FrameLayout>
|
|
|
+ </FrameLayout>
|
|
|
+ </LinearLayout>
|
|
|
</FrameLayout>
|
|
|
|
|
|
- <FrameLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:layout_weight="6"
|
|
|
- android:background="@color/springgreen"></FrameLayout>
|
|
|
- </LinearLayout>
|
|
|
+ </FrameLayout>
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|