Fixed a bug (activation of SwipeRefreshLayout) when scrolling up.

This commit is contained in:
ChronosX88 2019-01-05 15:42:09 +04:00
parent d53165fe48
commit 90dae086e4
No known key found for this signature in database
GPG Key ID: 8F92E090A87804AA

View File

@ -10,12 +10,12 @@
android:orientation="horizontal" android:orientation="horizontal"
android:id="@+id/swipeRefreshLayout"> android:id="@+id/swipeRefreshLayout">
<ScrollView <android.support.v4.widget.NestedScrollView
android:id="@+id/treeViewContainer" android:id="@+id/treeViewContainer"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:scrollbarAlwaysDrawVerticalTrack="true"> android:scrollbarAlwaysDrawVerticalTrack="true">
</ScrollView> </android.support.v4.widget.NestedScrollView>
</android.support.v4.widget.SwipeRefreshLayout> </android.support.v4.widget.SwipeRefreshLayout>