我使用的是一句话(见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>
我还要强调,含有这种观点的语句最多可有八条(<>日志/代码>)(也作了修改)。
请向我提供能够改进估算业绩的任何建议?