Fixed a bug (activation of SwipeRefreshLayout) when scrolling up.
This commit is contained in:
parent
d53165fe48
commit
90dae086e4
@ -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>
|
Loading…
Reference in New Issue
Block a user