ScaleAnimation上的pivotX和PivotY不起作用

我试图使用ScaleAnimation来缩放与视图中心左右相当的视图。 无论我为pivotX和PivotY设置什么值,它总是以相同的方式缩放(如右边缘似乎是缩放,保持左边缘不变)。 以下是我用来初始化ScaleAnimation的代码。 任何人都可以请让我知道,如果我做错了什么? 谢谢。

final ScaleAnimation scaleAnim = new ScaleAnimation(1.0f, 2.0f, 1.0f, 1.0f,
     Animation.RELATIVE_TO_SELF, 0.5f, Animation.RELATIVE_TO_SELF, 0.5f);

初始化动物解决了这个问题。

我只是用下面的代码来初始化它。

    anim.initialize(/* animate view */child.getWidth(), 
                                     child.getHeight(),
                    /* parents view */ this.getWidth(), 
                                      this.getHeight());
链接地址: http://www.djcxy.com/p/7367.html

上一篇: pivotX and PivotY on ScaleAnimation has no effect

下一篇: Free form Dynamic web.config region