| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="升级为会员,解锁会员专属体验" |
| | | app:layout_constraintBottom_toBottomOf="@id/bg_vip" |
| | | app:layout_constraintBottom_toTopOf="@id/tv_vip" |
| | | app:layout_constraintStart_toStartOf="@id/bg_vip" |
| | | android:layout_marginStart="19dp" |
| | | android:layout_marginBottom="17dp" |
| | | android:layout_marginBottom="4dp" |
| | | android:textColor="@color/darkGreen" |
| | | android:textSize="10sp"/> |
| | | <TextView |
| | |
| | | android:layout_height="wrap_content" |
| | | android:text="你还未开通会员服务" |
| | | app:layout_constraintBottom_toBottomOf="@id/bg_vip" |
| | | app:layout_constraintEnd_toEndOf="@id/bg_vip" |
| | | android:layout_margin="18dp" |
| | | app:layout_constraintStart_toStartOf="@id/tv_describe" |
| | | android:layout_marginBottom="18dp" |
| | | android:textColor="@color/darkGreen" |
| | | android:textSize="8sp"/> |
| | | <TextView |
| | |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | android:layout_marginBottom="25dp" |
| | | android:textSize="23sp" |
| | | android:textColor="@color/textColor"/> |
| | | android:textColor="@color/textColor66"/> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | |
| | | app:layout_constraintStart_toEndOf="@id/tv_continue" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/tv_continue" |
| | | android:textSize="11sp" |
| | | android:textColor="@color/textColor"/> |
| | | android:textColor="@color/textColor66"/> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | android:layout_marginBottom="25dp" |
| | | android:textSize="23sp" |
| | | android:textColor="@color/textColor"/> |
| | | android:textColor="@color/textColor66"/> |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |