|
@@ -207,6 +207,7 @@
|
|
|
tools:text="321" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:id="@+id/tv_validity_end"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="天"
|
|
@@ -216,6 +217,28 @@
|
|
|
app:layout_constraintLeft_toRightOf="@+id/tv_validity"
|
|
|
app:layout_constraintTop_toTopOf="@+id/view_vip_star" />
|
|
|
|
|
|
+ <androidx.constraintlayout.widget.Group
|
|
|
+ android:visibility="gone"
|
|
|
+ android:id="@+id/group_vip"
|
|
|
+ tools:visibility="gone"
|
|
|
+ app:constraint_referenced_ids="tv_validity_end,tv_validity,tv_validity_start"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ tools:visibility="visible"
|
|
|
+ android:visibility="gone"
|
|
|
+ android:id="@+id/tv_vip_tip"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
+ android:text="会员已过期"
|
|
|
+ android:textColor="@color/color_7f6b3f"
|
|
|
+ android:textSize="@dimen/sp_14"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/view_vip_star"
|
|
|
+ app:layout_constraintLeft_toRightOf="@+id/view_vip_star"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/view_vip_star" />
|
|
|
+
|
|
|
<ImageView
|
|
|
android:id="@+id/im_vip"
|
|
|
android:layout_width="wrap_content"
|