gpt4 book ai didi

android - ListView 不在 NestedScrollView 内部滚动

转载 作者:太空狗 更新时间:2023-10-29 15:28:10 24 4
gpt4 key购买 nike

我在 NestedScrollView 中使用 ListView。列表展开以匹配父级,但现在没有滚动

这是我的布局:

<android.support.v4.widget.NestedScrollView  
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
android:fillViewport="true"
>
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">

<ListView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:id="@+id/workExperienceListLV"
android:divider="@null"
android:listSelector="@android:color/transparent"
android:dividerHeight="0dp"/>

</LinearLayout>

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

这一行没有帮助:

android:fillViewport="true"

感谢您的帮助!

最佳答案

使用 ViewCompat.setNestedScrollingEnabled() 应该没问题。

关于android - ListView 不在 NestedScrollView 内部滚动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36593183/

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