Selaa lähdekoodia

修改课件列表UI交互

Pq 2 vuotta sitten
vanhempi
commit
94b80004ab

+ 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">