gpt4 book ai didi

android - 如何以编程方式制作滚动动画

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:18:51 29 4
gpt4 key购买 nike

我正在尝试以编程方式为图库实现滚动动画。

尝试使用 setSelection(int pos, Boolean animate) 但它不起作用。

有没有办法覆盖 setSelection() 方法。

最佳答案

刚刚遇到这个问题。我只需要移动画廊的一个元素,所以对我来说最好的解决方案是模拟按键事件

myGallery.onKeyDown(KeyEvent.KEYCODE_DPAD_RIGHT, null);

myGallery.onKeyDown(KeyEvent.KEYCODE_DPAD_LEFT, null);

关于android - 如何以编程方式制作滚动动画,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3799773/

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