gpt4 book ai didi

android - 自定义微调器动画不够流畅 : framesCount and frameDuration error

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

我正在开发自定义不确定微调器,我浏览了 SDK 以获取一些指示并找到了由 Google 制作的不确定微调器 xml 文件:

<?xml version="1.0" encoding="utf-8"?>
<animated-rotate xmlns:android="http://schemas.android.com/apk/res/android"
android:drawable="@drawable/spinner_black_16"
android:pivotX="50%"
android:pivotY="50%"
android:framesCount="12"
android:frameDuration="100" />

当我在自己的项目中将其用作可绘制对象时,我收到有关 android:framesCountandroid:framesDuration 的错误。在谷歌上看了一会儿后,我找到了 this链接到问题报告。

我的问题是:是否有任何解决方法,以便我仍然可以使用 android:framesCountandroid:framesDuration?还是有任何其他方法可以让我的自定义微调器平滑旋转?

最佳答案

你看过这个问题的答案了吗? How to make a smooth image rotation in Android看来您遇到了同样的问题。他不使用以下内容:

android:framesCount="12"android:frameDuration="100"

因为它似乎是内部的,所以我建议按照他的方式进行。

希望这对您有所帮助。

关于android - 自定义微调器动画不够流畅 : framesCount and frameDuration error,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10011138/

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