|
@@ -1,82 +1,98 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<com.edufound.reader.cusview.RoundFrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- xmlns:roundframelayout="http://schemas.android.com/apk/res-auto"
|
|
|
- android:layout_width="952dp"
|
|
|
- android:layout_height="180dp"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:background="@color/white"
|
|
|
- roundframelayout:radio="20">
|
|
|
+ xmlns:roundframelayout="http://schemas.android.com/apk/res-auto"
|
|
|
+ android:layout_width="952dp"
|
|
|
+ android:layout_height="180dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:background="@color/white"
|
|
|
+ roundframelayout:radio="20">
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent">
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent">
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/popupwindow_myorder_time"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="50dp"
|
|
|
- android:layout_marginStart="30dp"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
- android:text="2021-08-06 23:00:21"
|
|
|
- android:textColor="#666666"
|
|
|
- android:textSize="36dp"
|
|
|
- roundframelayout:layout_constraintBottom_toBottomOf="parent"
|
|
|
- roundframelayout:layout_constraintEnd_toEndOf="parent"
|
|
|
- roundframelayout:layout_constraintHorizontal_bias="0.0"
|
|
|
- roundframelayout:layout_constraintStart_toStartOf="parent"
|
|
|
- roundframelayout:layout_constraintTop_toTopOf="parent"
|
|
|
- roundframelayout:layout_constraintVertical_bias="0.0"></TextView>
|
|
|
+ android:id="@+id/popupwindow_myorder_time"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:layout_marginStart="30dp"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:text="2021-08-06 23:00:21"
|
|
|
+ android:textColor="#666666"
|
|
|
+ android:textSize="36dp"
|
|
|
+ roundframelayout:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ roundframelayout:layout_constraintEnd_toEndOf="parent"
|
|
|
+ roundframelayout:layout_constraintHorizontal_bias="0.0"
|
|
|
+ roundframelayout:layout_constraintStart_toStartOf="parent"
|
|
|
+ roundframelayout:layout_constraintTop_toTopOf="parent"
|
|
|
+ roundframelayout:layout_constraintVertical_bias="0.0"></TextView>
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/popupwindow_myorder_status"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="50dp"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
- android:layout_marginEnd="52dp"
|
|
|
- android:text="支付成功"
|
|
|
- android:textColor="#1BB24E"
|
|
|
- android:textSize="36dp"
|
|
|
- roundframelayout:layout_constraintBottom_toBottomOf="parent"
|
|
|
- roundframelayout:layout_constraintEnd_toEndOf="parent"
|
|
|
- roundframelayout:layout_constraintHorizontal_bias="1.0"
|
|
|
- roundframelayout:layout_constraintStart_toStartOf="parent"
|
|
|
- roundframelayout:layout_constraintTop_toTopOf="parent"
|
|
|
- roundframelayout:layout_constraintVertical_bias="0.0"></TextView>
|
|
|
+ android:id="@+id/popupwindow_myorder_status"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:layout_marginEnd="52dp"
|
|
|
+ android:text="支付成功"
|
|
|
+ android:textColor="#1BB24E"
|
|
|
+ android:textSize="36dp"
|
|
|
+ roundframelayout:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ roundframelayout:layout_constraintEnd_toEndOf="parent"
|
|
|
+ roundframelayout:layout_constraintHorizontal_bias="1.0"
|
|
|
+ roundframelayout:layout_constraintStart_toStartOf="parent"
|
|
|
+ roundframelayout:layout_constraintTop_toTopOf="parent"
|
|
|
+ roundframelayout:layout_constraintVertical_bias="0.0"></TextView>
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/popupwindow_myorder_name"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="50dp"
|
|
|
- android:layout_marginStart="30dp"
|
|
|
- android:layout_marginBottom="20dp"
|
|
|
- android:text="朗读配音1个月VIP"
|
|
|
- android:textColor="#000000"
|
|
|
- android:textSize="36dp"
|
|
|
- roundframelayout:layout_constraintBottom_toBottomOf="parent"
|
|
|
- roundframelayout:layout_constraintEnd_toEndOf="parent"
|
|
|
- roundframelayout:layout_constraintHorizontal_bias="0.0"
|
|
|
- roundframelayout:layout_constraintStart_toStartOf="parent"
|
|
|
- roundframelayout:layout_constraintTop_toTopOf="parent"
|
|
|
- roundframelayout:layout_constraintVertical_bias="1.0"></TextView>
|
|
|
+ android:id="@+id/popupwindow_myorder_name"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:layout_marginStart="30dp"
|
|
|
+ android:layout_marginBottom="20dp"
|
|
|
+ android:text="朗读配音1个月VIP"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="36dp"
|
|
|
+ roundframelayout:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ roundframelayout:layout_constraintEnd_toEndOf="parent"
|
|
|
+ roundframelayout:layout_constraintHorizontal_bias="0.0"
|
|
|
+ roundframelayout:layout_constraintStart_toStartOf="parent"
|
|
|
+ roundframelayout:layout_constraintTop_toTopOf="parent"
|
|
|
+ roundframelayout:layout_constraintVertical_bias="1.0"></TextView>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/popupwindow_myorder_voucherAmount"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:layout_marginStart="30dp"
|
|
|
+ android:layout_marginBottom="20dp"
|
|
|
+ android:text="抵用券减¥10"
|
|
|
+ android:textColor="#FF3D3E"
|
|
|
+ android:textSize="36dp"
|
|
|
+ roundframelayout:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ roundframelayout:layout_constraintEnd_toEndOf="parent"
|
|
|
+ roundframelayout:layout_constraintHorizontal_bias="0.47"
|
|
|
+ roundframelayout:layout_constraintStart_toStartOf="parent"
|
|
|
+ roundframelayout:layout_constraintTop_toTopOf="parent"
|
|
|
+ roundframelayout:layout_constraintVertical_bias="1.0"></TextView>
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/popupwindow_myorder_paymoney"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="50dp"
|
|
|
- android:layout_marginEnd="52dp"
|
|
|
- android:layout_marginBottom="20dp"
|
|
|
- android:text="实付金额:¥10"
|
|
|
- android:textColor="#000000"
|
|
|
- android:textSize="36dp"
|
|
|
- roundframelayout:layout_constraintBottom_toBottomOf="parent"
|
|
|
- roundframelayout:layout_constraintEnd_toEndOf="parent"
|
|
|
- roundframelayout:layout_constraintHorizontal_bias="1.0"
|
|
|
- roundframelayout:layout_constraintStart_toStartOf="parent"
|
|
|
- roundframelayout:layout_constraintTop_toTopOf="parent"
|
|
|
- roundframelayout:layout_constraintVertical_bias="1.0"></TextView>
|
|
|
+ android:id="@+id/popupwindow_myorder_paymoney"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:layout_marginEnd="52dp"
|
|
|
+ android:layout_marginBottom="20dp"
|
|
|
+ android:text="实付金额:¥10"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="36dp"
|
|
|
+ roundframelayout:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ roundframelayout:layout_constraintEnd_toEndOf="parent"
|
|
|
+ roundframelayout:layout_constraintHorizontal_bias="1.0"
|
|
|
+ roundframelayout:layout_constraintStart_toStartOf="parent"
|
|
|
+ roundframelayout:layout_constraintTop_toTopOf="parent"
|
|
|
+ roundframelayout:layout_constraintVertical_bias="1.0"></TextView>
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|