|
@@ -276,4 +276,34 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
|
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv4"
|
|
|
+ android:layout_marginTop="15dp"
|
|
|
+ android:layout_marginStart="15dp"
|
|
|
+ android:layout_marginEnd="15dp"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/iv3"
|
|
|
+ android:background="@drawable/shape_fff2f2_12"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="64dp"/>
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ app:layout_constraintEnd_toEndOf="@+id/iv4"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/iv4"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/iv4"
|
|
|
+ android:layout_marginEnd="20dp"
|
|
|
+ android:src="@mipmap/icon_rich_four"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+
|
|
|
+ <com.swago.baseswago.cusview.MediumTextView
|
|
|
+ app:layout_constraintStart_toStartOf="@+id/iv4"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/iv4"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/iv4"
|
|
|
+ android:layout_marginStart="30dp"
|
|
|
+ android:textSize="16dp"
|
|
|
+ android:textColor="#131B23"
|
|
|
+ android:text="@string/exclusive_entrance_effect"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|