Browse Source

修改课件列表UI交互

Pq 2 years ago
parent
commit
94b80004ab
1 changed files with 2 additions and 1 deletions
  1. 2 1
      teacher/src/main/res/layout/activity_courseware_list_layout.xml

+ 2 - 1
teacher/src/main/res/layout/activity_courseware_list_layout.xml

@@ -80,10 +80,11 @@
         app:layout_constraintTop_toTopOf="@+id/view_search_bg" />
 
     <com.scwang.smart.refresh.layout.SmartRefreshLayout
+        android:layout_marginBottom="5dp"
         android:id="@+id/refresh_layout"
         android:layout_width="match_parent"
         android:layout_height="0dp"
-        app:layout_constraintBottom_toBottomOf="parent"
+        app:layout_constraintBottom_toTopOf="@+id/tv_delete"
         app:layout_constraintTop_toBottomOf="@+id/view_top_bg"
         app:srlEnableLoadMore="false">