honghengqiang 2 anni fa
parent
commit
539d2b9347

+ 2 - 0
baseswago/src/main/res/values/strings.xml

@@ -219,4 +219,6 @@
     <string name="anchor_refuse_you_lian_mai">The anchor rejected your application for MIC-connected</string>
     <string name="delete_conversation">Do you want to delete this conversation?</string>
 
+    <string name="exclusive_entrance_effect">Exclusive entrance effect</string>
+
 </resources>

+ 30 - 0
user/src/main/res/layout/fragment_rich_level.xml

@@ -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>

BIN
user/src/main/res/mipmap-xxhdpi/icon_rich_four.png