gpt4 book ai didi

android - animationDrawable 没有在 Actionbar 中播放?

转载 作者:行者123 更新时间:2023-11-29 21:53:03 25 4
gpt4 key购买 nike

我正在使用开发人员指南 ( http://developer.android.com/guide/topics/graphics/drawable-animation.html ) 创建一个动画记录按钮,进行微小的更改以适应 actionbar 菜单项而不是 imageView。当我调用 onStart 时它不播放?

这是我使用的代码

RecordButton.setIcon(R.drawable.recordbutton);
recordAnimation = (AnimationDrawable) RecordButton.getIcon();
recordAnimation.start();

谁知道为什么不播放?

最佳答案

我在下一个周期中调用 start()

new Handler().post(new Runnable() {
@Override
public void run() {
animationDrawable.start();
}
});

关于android - animationDrawable 没有在 Actionbar 中播放?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13940472/

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