无限加载Bug解决

This commit is contained in:
ScorpioMiku
2018-09-24 15:59:05 +08:00
parent 6e60f7a338
commit 335be670bc
3 changed files with 12 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
@@ -9,4 +9,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center" />
</android.support.v4.widget.NestedScrollView>
</LinearLayout>