【问题标题】:Is there any idea to improve the scroll effect of listview like the rolling of cylinder?有什么想法可以改善listview的滚动效果,比如圆柱体的滚动吗?
【发布时间】:2011-06-16 03:53:54
【问题描述】:

我正在使用 Android。有没有什么办法可以改善listview的滚动效果,比如圆柱体的滚动?

我想用 Android 中的 listview 的源代码来做到这一点。
你有更好的办法吗?

【问题讨论】:

    标签: android listview scroll


    【解决方案1】:

    这里给了我三个 xml 标签,它们是用来提高 ListView 质量的

     android:smoothScrollbar="true"
     android:fastScrollEnabled="true"
     android:keepScreenOn="true"
    

    【讨论】:

    • 还是谢谢大家!我想知道我可以在 bindView() 中修改 listview 项目的大小吗?我使用 CursorAdapter。
    猜你喜欢
    • 1970-01-01
    • 2021-10-29
    • 1970-01-01
    • 2019-05-19
    • 1970-01-01
    • 2015-12-09
    • 1970-01-01
    • 2013-09-22
    • 2014-10-21
    相关资源
    最近更新 更多