标签: android animation scale objectanimator
我有一个动画
ObjectAnimator animation = ObjectAnimator.ofInt(progressBar, "progress", 0, 1000); animation.setDuration(1000);
问题是,这不是"动画比例"独立。您可以在开发人员选项中更改动画速度。但是这个动画在任何设置的每个设备上总是1秒钟。我怎样才能做到这一点?