|
@@ -225,6 +225,24 @@
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="@+id/iv_style_badge" />
|
|
|
|
|
|
+ <TextView
|
|
|
+ android:visibility="gone"
|
|
|
+ android:id="@+id/tv_cert_fail_tip"
|
|
|
+ app:layout_constraintCircleAngle="58"
|
|
|
+ app:layout_constraintCircleRadius="35dp"
|
|
|
+ app:layout_constraintCircle="@+id/iv_cert"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="@dimen/sp_10"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@drawable/bg_red_8dp_border_1dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:paddingStart="7dp"
|
|
|
+ android:paddingTop="1dp"
|
|
|
+ android:paddingEnd="7dp"
|
|
|
+ android:paddingBottom="1dp"
|
|
|
+ android:text="认证失败" />
|
|
|
+
|
|
|
<View
|
|
|
android:id="@+id/view_cert_red_point"
|
|
|
android:layout_width="8dp"
|