Sfoglia il codice sorgente

修改学生端首页部分UI

Pq 2 anni fa
parent
commit
a89eb7a817
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      student/src/main/res/layout/fragment_home_layout.xml

+ 2 - 2
student/src/main/res/layout/fragment_home_layout.xml

@@ -61,6 +61,7 @@
 
 
     <com.scwang.smart.refresh.layout.SmartRefreshLayout
     <com.scwang.smart.refresh.layout.SmartRefreshLayout
         android:id="@+id/refreshLayout"
         android:id="@+id/refreshLayout"
+        app:srlEnableLoadMore="false"
         android:layout_width="match_parent"
         android:layout_width="match_parent"
         android:layout_height="match_parent">
         android:layout_height="match_parent">
 
 
@@ -562,9 +563,8 @@
 
 
                 <View
                 <View
                     android:layout_width="match_parent"
                     android:layout_width="match_parent"
-                    android:layout_height="@dimen/dp_100"
+                    android:layout_height="@dimen/dp_50"
                     android:focusable="true"
                     android:focusable="true"
-
                     android:focusableInTouchMode="true" />
                     android:focusableInTouchMode="true" />
             </LinearLayout>
             </LinearLayout>
         </androidx.core.widget.NestedScrollView>
         </androidx.core.widget.NestedScrollView>