|
@@ -327,7 +327,7 @@
|
|
|
android:id="@+id/tv_plan_title"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:drawableStart="@drawable/icon_course_group_plan_tag"
|
|
|
+ android:drawableStart="@drawable/icon_group_course_des_tag"
|
|
|
android:drawablePadding="6dp"
|
|
|
android:gravity="center"
|
|
|
android:includeFontPadding="false"
|
|
@@ -337,6 +337,15 @@
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
+ <View
|
|
|
+ android:id="@+id/view_line2"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ app:layout_constraintRight_toRightOf="parent"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/tv_plan_title"
|
|
|
+ android:background="@color/color_f2f2f2"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"/>
|
|
|
|
|
|
<androidx.core.widget.NestedScrollView
|
|
|
android:layout_marginTop="12dp"
|
|
@@ -347,7 +356,7 @@
|
|
|
android:scrollbarStyle="outsideInset"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/tv_plan_title"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/view_line2"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content">
|
|
|
<TextView
|