|
@@ -4,11 +4,13 @@
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
+ android:clipChildren="false"
|
|
|
android:overScrollMode="never"
|
|
|
android:scrollbars="none">
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:layout_width="match_parent"
|
|
|
+ android:clipChildren="false"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:paddingBottom="12dp">
|
|
|
|
|
@@ -203,6 +205,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="27dp"
|
|
|
android:paddingBottom="15dp"
|
|
|
+ android:clipChildren="false"
|
|
|
+ android:clipToPadding="false"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/iv_avatar">
|
|
|
|
|
@@ -239,7 +243,7 @@
|
|
|
android:src="@drawable/icon_mine_class_num_tag"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/view_class_num"
|
|
|
app:layout_constraintRight_toRightOf="@+id/view_class_num"
|
|
|
- app:layout_constraintTop_toTopOf="@+id/view_class_num" />
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_stu_num_tag"
|
|
@@ -255,6 +259,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:src="@drawable/jg_mine_prctice_tools"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/view_student_num"
|
|
|
app:layout_constraintRight_toRightOf="@+id/view_student_num"
|
|
|
app:layout_constraintTop_toTopOf="@+id/view_student_num" />
|
|
|
|
|
@@ -349,25 +354,24 @@
|
|
|
app:layout_constraintTop_toBottomOf="@+id/iv_train_tools_title"
|
|
|
tools:text="至2023-07-16" />
|
|
|
|
|
|
- </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
-
|
|
|
- <View
|
|
|
- android:id="@+id/view_help_point"
|
|
|
- android:layout_width="1px"
|
|
|
- android:layout_height="1px"
|
|
|
- android:layout_marginStart="8dp"
|
|
|
- android:layout_marginBottom="10dp"
|
|
|
- app:layout_constraintBottom_toTopOf="@+id/cs_class_info"
|
|
|
- app:layout_constraintLeft_toLeftOf="@+id/cs_class_info"
|
|
|
- app:layout_constraintRight_toRightOf="@+id/cs_class_info" />
|
|
|
+ <View
|
|
|
+ android:id="@+id/view_help_point"
|
|
|
+ android:layout_width="1px"
|
|
|
+ android:layout_height="1px"
|
|
|
+ android:layout_marginStart="5dp"
|
|
|
+ app:layout_constraintBottom_toTopOf="@+id/cs_class_info"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/cs_class_info"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/cs_class_info" />
|
|
|
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:src="@drawable/jg_icon_vip_tag2"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/view_class_num"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/view_help_point"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/view_class_num" />
|
|
|
+ </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:src="@drawable/jg_icon_vip_tag2"
|
|
|
- app:layout_constraintRight_toLeftOf="@+id/view_help_point"
|
|
|
- app:layout_constraintTop_toTopOf="@+id/view_help_point" />
|
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|