|
@@ -0,0 +1,84 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
+
|
|
|
+ <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:background="@drawable/shape_182553_1e1542_top_20"
|
|
|
+ android:layout_height="257dp">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:src="@mipmap/bg_set_wish_gift"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+
|
|
|
+ <com.swago.baseswago.cusview.BoldTextView
|
|
|
+ android:id="@+id/tvTitle"
|
|
|
+ android:textColor="#ffffff"
|
|
|
+ android:textSize="17dp"
|
|
|
+ android:text="Set Wish Gifts"
|
|
|
+ android:layout_marginTop="14dp"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tvSubmit"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:layout_marginEnd="16dp"
|
|
|
+ android:textColor="#ffffff"
|
|
|
+ android:textSize="14dp"
|
|
|
+ android:text="Submit"
|
|
|
+ android:gravity="center"
|
|
|
+ android:paddingStart="10dp"
|
|
|
+ android:paddingEnd="10dp"
|
|
|
+ android:paddingTop="4dp"
|
|
|
+ android:paddingBottom="4dp"
|
|
|
+ android:background="@drawable/shape_ff56b7_14"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+
|
|
|
+
|
|
|
+ <androidx.recyclerview.widget.RecyclerView
|
|
|
+ android:id="@+id/rvSetGift"
|
|
|
+ android:layout_marginTop="60dp"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="136dp"/>
|
|
|
+
|
|
|
+
|
|
|
+ <com.swago.baseswago.cusview.MediumTextView
|
|
|
+ android:id="@+id/tvAutoStart"
|
|
|
+ android:textSize="14dp"
|
|
|
+ android:textColor="#ffffff"
|
|
|
+ android:layout_marginStart="16dp"
|
|
|
+ android:layout_marginBottom="18dp"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ android:text="Automatically start wish gifts"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/tvAutoStart"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ android:layout_marginEnd="16dp"
|
|
|
+
|
|
|
+ android:id="@+id/ivSelectedStatus"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+
|
|
|
+
|
|
|
+ </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
+
|
|
|
+</androidx.constraintlayout.widget.ConstraintLayout>
|