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