|
@@ -204,6 +204,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"
|
|
@@ -235,7 +236,9 @@
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_plan_title"
|
|
|
app:layout_constraintHeight_max="88dp"
|
|
|
android:scrollbars="vertical"
|
|
|
- android:scrollbarStyle="insideOverlay"
|
|
|
+ android:fadeScrollbars="false"
|
|
|
+ android:scrollbarThumbVertical="@drawable/shape_e2e2e2_2dp"
|
|
|
+ android:scrollbarStyle="outsideInset"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content">
|
|
|
<TextView
|
|
@@ -248,7 +251,7 @@
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_plan_title"
|
|
|
- tools:text="中国院长笛四级考级曲目教学中国院长笛四级考级曲目" />
|
|
|
+ tools:text="中国院长笛四级考级曲目中国院长笛四级考级曲目教学中国院长笛四级考级曲目中国院长笛四级考级曲目教学中国院长笛四级考级曲目中国院长笛四级考级曲目教学中国院长笛四级考级曲目中国院长笛四级考级曲目教学中国院长笛四级考级曲目" />
|
|
|
</androidx.core.widget.NestedScrollView>
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|