gpt4 book ai didi

android - SwipeRefreshLayout 上面带有 scrollView 和 Layout

转载 作者:IT老高 更新时间:2023-10-28 22:19:17 29 4
gpt4 key购买 nike

我有以下布局

<android.support.v4.widget.SwipeRefreshLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
//some views here
</LinearLayout>

<ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<TableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:stretchColumns="*" >
</TableLayout>

</LinearLayout>

</android.support.v4.widget.SwipeRefreshLayout>

问题是当我向下滚动表格时,我无法再次向上滚动,因为正在触发滑动布局。如何仅在表格的第一个 View 可见时触发 swiperefresh?

最佳答案

我发现,如果您将 ScrollView 替换为 android.support.v4.widget.NestedScrollView,滚动行为将按您的预期工作。

关于android - SwipeRefreshLayout 上面带有 scrollView 和 Layout,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25294395/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com