|
@@ -236,6 +236,7 @@
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:visibility="gone"
|
|
|
+ tools:visibility="visible"
|
|
|
android:layout_width="match_parent"
|
|
|
android:id="@+id/cs_course_plan"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -258,7 +259,6 @@
|
|
|
android:textSize="@dimen/sp_15"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
-
|
|
|
<TextView
|
|
|
android:id="@+id/tv_edit_plan"
|
|
|
android:layout_width="wrap_content"
|
|
@@ -273,21 +273,26 @@
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="@+id/tv_plan_title" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_plan_content"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ <androidx.core.widget.NestedScrollView
|
|
|
android:layout_marginTop="12dp"
|
|
|
- android:ellipsize="end"
|
|
|
- android:includeFontPadding="false"
|
|
|
- android:maxLines="4"
|
|
|
- android:textColor="@color/color_777777"
|
|
|
- android:textSize="@dimen/sp_13"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_plan_title"
|
|
|
- tools:text="中国院长笛四级考级曲目教学中国院长笛四级考级曲目" />
|
|
|
-
|
|
|
+ app:layout_constraintHeight_max="88dp"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_plan_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:includeFontPadding="false"
|
|
|
+ android:textColor="@color/color_777777"
|
|
|
+ android:textSize="@dimen/sp_13"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintRight_toRightOf="parent"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/tv_plan_title"
|
|
|
+ tools:text="中国院长笛四级考级曲目教学中国院长笛四级考级曲目" />
|
|
|
+ </androidx.core.widget.NestedScrollView>
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
</com.google.android.material.appbar.CollapsingToolbarLayout>
|