소스 검색

修改课件列表UI交互

Pq 2 년 전
부모
커밋
94b80004ab
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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">