|
@@ -6,24 +6,24 @@
|
|
|
android:paddingTop="14dp">
|
|
|
|
|
|
<View
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- android:layout_marginEnd="14dp"
|
|
|
- android:layout_marginStart="14dp"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
android:id="@+id/view_top_bg"
|
|
|
- android:background="@drawable/bg_white_10dp"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="56dp"/>
|
|
|
+ android:layout_height="56dp"
|
|
|
+ android:layout_marginStart="14dp"
|
|
|
+ android:layout_marginEnd="14dp"
|
|
|
+ android:background="@drawable/bg_white_10dp"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintRight_toRightOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
<com.cooleshow.teacher.widgets.CourseSearchView
|
|
|
- android:layout_marginEnd="10dp"
|
|
|
android:id="@+id/search_view"
|
|
|
android:layout_width="0dp"
|
|
|
- app:layout_constraintLeft_toLeftOf="@+id/view_top_bg"
|
|
|
- app:layout_constraintRight_toLeftOf="@+id/tv_upload_sheet_music"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_marginEnd="10dp"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/view_top_bg"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/view_top_bg"
|
|
|
+ app:layout_constraintRight_toLeftOf="@+id/tv_upload_sheet_music"
|
|
|
app:layout_constraintTop_toTopOf="@+id/view_top_bg"
|
|
|
app:left_search_text="声部"
|
|
|
app:search_edit_hint="曲目" />
|
|
@@ -36,10 +36,10 @@
|
|
|
android:drawableRight="@drawable/icon_arrow_right_small_green"
|
|
|
android:drawablePadding="5dp"
|
|
|
android:gravity="center"
|
|
|
- android:text="创建课程"
|
|
|
- android:textStyle="bold"
|
|
|
- android:textSize="@dimen/sp_16"
|
|
|
+ android:text="上传曲谱"
|
|
|
android:textColor="@color/color_2dc7aa"
|
|
|
+ android:textSize="@dimen/sp_16"
|
|
|
+ android:textStyle="bold"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/view_top_bg"
|
|
|
app:layout_constraintRight_toRightOf="@+id/view_top_bg"
|
|
|
app:layout_constraintTop_toTopOf="@+id/view_top_bg" />
|
|
@@ -53,11 +53,11 @@
|
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
- android:paddingTop="12dp"
|
|
|
android:id="@+id/recyclerView"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:overScrollMode="never"
|
|
|
+ android:paddingTop="12dp"
|
|
|
android:scrollbars="none" />
|
|
|
</com.scwang.smart.refresh.layout.SmartRefreshLayout>
|
|
|
|