gpt4 book ai didi

android - SwipeRefreshLayout 不允许我向上滚动

转载 作者:行者123 更新时间:2023-11-30 01:22:42 28 4
gpt4 key购买 nike

<分区>

我有一个带有 SwipeRefreshLayout 的应用,其中有一个 ListView。当填充 ListView 时,我可以轻松向下滚动以阅读列表中的旧项目,但是当我尝试向上滚动时,即使我试图向上滚动,此操作也会被误认为是 Pull2Refresh 操作.不管我 Handlebars 指放在哪里,它仍然会把它误认为是 Pull2Refresh Action 。我该如何解决这个问题,因为滚动回顶部是一个问题。

这是带有 SwipeRefreshLayout 的该 fragment 的 XML:

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

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.inc.automata.unamupdates.fragments.GeneralNewsFragment">

<ListView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/listViewGeneral">
</ListView>
</FrameLayout>
</android.support.v4.widget.SwipeRefreshLayout>

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