English 中文(简体)
Android。 估计业绩
原标题:Android. Animation Performance
  • 时间:2009-09-11 17:00:05
  •  标签:

我使用的是一句话(见ImageView),但消化工作并不顺利(如业绩问题)。 图像是PNG的大小为128x128。

在此,我将发表我的感想:

<set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false">
    <scale
        android:fromXScale="1.0"
        android:toXScale="0.0"
        android:fromYScale="1.0"
        android:toYScale="1.0"
        android:pivotX="50%"
        android:pivotY="50%"
        android:duration="500"
                android:fillAfter="false"
        android:fillEnabled="false"
    />
</set>

我还要强调,含有这种观点的语句最多可有八条(<>日志/代码>)(也作了修改)。

请向我提供能够改进估算业绩的任何建议?

问题回答

我要亲自尝试一个真正的装置,但可能是固定的硬件加速,这可能是你的问题。





相关问题
热门标签