首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Nestedscrollview结束动画

Nestedscrollview结束动画
EN

Stack Overflow用户
提问于 2018-08-04 05:58:30
回答 1查看 358关注 0票数 0

我有nestedscrollview:

代码语言:javascript
复制
<android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/nestedscrollview"
android:layout_width="match_parent"
android:layout_height="match_parent">

<LinearLayout
    android:id="@+id/layout_container"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    android:focusableInTouchMode="true">

    <include
        ... />

    <include
        ..../>

    <android.support.v7.widget.RecyclerView
        android:id="@+id/recycler_inserts"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

</LinearLayout>

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

我的嵌套滚动视图在末尾没有动画(Wave)。如何启用它?

谢谢

EN

回答 1

Stack Overflow用户

发布于 2022-11-30 12:24:31

你是说overScrollMode吗?试试这个:

android:overScrollMode="always"

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/51682919

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档