|  |  |  | 
|---|
|  |  |  | app:layout_constraintEnd_toEndOf="parent"/> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <androidx.constraintlayout.widget.ConstraintLayout | 
|---|
|  |  |  | android:id="@+id/cl_remind" | 
|---|
|  |  |  | android:layout_width="wrap_content" | 
|---|
|  |  |  | android:layout_height="wrap_content" | 
|---|
|  |  |  | app:layout_constraintTop_toBottomOf="@+id/tv_tip" | 
|---|
|  |  |  | 
|---|
|  |  |  | </androidx.constraintlayout.widget.ConstraintLayout> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <androidx.constraintlayout.widget.ConstraintLayout | 
|---|
|  |  |  | android:id="@+id/cl_sk" | 
|---|
|  |  |  | android:id="@+id/bt_sk" | 
|---|
|  |  |  | android:layout_width="match_parent" | 
|---|
|  |  |  | android:layout_height="75dp" | 
|---|
|  |  |  | android:layout_marginLeft="30dp" | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | </androidx.constraintlayout.widget.ConstraintLayout> | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <androidx.constraintlayout.widget.ConstraintLayout | 
|---|
|  |  |  | android:id="@+id/cl_sj_sk" | 
|---|
|  |  |  | android:layout_width="match_parent" | 
|---|
|  |  |  | 
|---|
|  |  |  | </LinearLayout> | 
|---|
|  |  |  | </androidx.constraintlayout.widget.ConstraintLayout> | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <androidx.constraintlayout.widget.ConstraintLayout | 
|---|
|  |  |  | android:id="@+id/cl_tip1" | 
|---|
|  |  |  | android:layout_width="match_parent" | 
|---|
|  |  |  | 
|---|
|  |  |  | app:layout_constraintTop_toBottomOf="@+id/viewBack" | 
|---|
|  |  |  | app:layout_constraintBottom_toBottomOf="parent" | 
|---|
|  |  |  | android:layout_marginTop="36dp" | 
|---|
|  |  |  | android:background="@color/white" | 
|---|
|  |  |  | android:visibility="gone"> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <ImageView | 
|---|