[android-developers] Re: Button animation

2012-03-13 Thread Tytanit
Thanks, it works :) I have another question - is there any way to define a few buttons as a 1 group, and make 1 animation that will start for this group, instead of making an separate animation start for each of them? -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Button Animation

2011-10-16 Thread F4L|{0
thanks for answer Yes I used android:fillAfter but this is used to fix the animation. can somebody help me? On 14 Ott, 17:14, Justin Anderson magouyaw...@gmail.com wrote: Perhaps this is what you are looking for?  Never used it so I'm not sure, but look at this animation property:

[android-developers] Re: Button Animation

2011-10-16 Thread F4L|{0
thanks for answer Yes I used android:fillAfter but this is used to fix the animation. can somebody help me? On 14 Ott, 17:14, Justin Anderson magouyaw...@gmail.com wrote: Perhaps this is what you are looking for?  Never used it so I'm not sure, but look at this animation property:

[android-developers] Re: Button Animation

2011-10-14 Thread F4L|{0
thanks for answer the my problem is how i can update the button position when the animation ends. I know that when the animation is ended is called onAnimationEnd of AnimationListner, but I wasn't able to update update the button position. On 14 Ott, 14:01, TreKing treking...@gmail.com wrote:

Re: [android-developers] Re: Button Animation

2011-10-14 Thread TreKing
On Fri, Oct 14, 2011 at 8:40 AM, F4L|{0 simone.dolcio...@gmail.com wrote: but I wasn't able to update update the button position. Why not? - TreKing

[android-developers] Re: Button Animation

2011-10-14 Thread F4L|{0
because i don't know how do it. :) I searched a lot on internet, I have not found anything that could help me On 14 Ott, 15:45, TreKing treking...@gmail.com wrote: On Fri, Oct 14, 2011 at 8:40 AM, F4L|{0 simone.dolcio...@gmail.com wrote: but I wasn't able to update update the button

Re: [android-developers] Re: Button Animation

2011-10-14 Thread TreKing
On Fri, Oct 14, 2011 at 8:54 AM, F4L|{0 simone.dolcio...@gmail.com wrote: because i don't know how do it. :) What did you try? There are numerous functions on View that would appear to allow you to manipulate its layout properties.

[android-developers] Re: Button Animation

2011-10-14 Thread F4L|{0
for example i find this: exchangeAnimation.setAnimationListener(new AnimationListener() { public void onAnimationStart(Animation anim) {button.setEnabled(false);} public void onAnimationRepeat(Animation anim) {} public void

Re: [android-developers] Re: Button Animation

2011-10-14 Thread Justin Anderson
Perhaps this is what you are looking for? Never used it so I'm not sure, but look at this animation property: http://developer.android.com/reference/android/view/animation/Animation.html#attr_android:fillAfter Thanks, Justin Anderson MagouyaWare Developer

[android-developers] Re: button animation problem

2009-02-16 Thread Romain Guy
How do you change the layout params? On Mon, Feb 16, 2009 at 7:37 AM, Christian Wiesbauer christian.wiesba...@bdc.at wrote: Hi, I rotate a button 90 degrees anti-clockwise with a RotateAnimation. I also change the position of this button with AbsoluteLayout.LayoutParams. My problem is

[android-developers] Re: button animation problem

2009-02-16 Thread Romain Guy
@googlegroups.com [mailto:android-develop...@googlegroups.com] Im Auftrag von Romain Guy Gesendet: Montag, 16. Februar 2009 20:42 An: android-developers@googlegroups.com Betreff: [android-developers] Re: button animation problem How do you change the layout params? On Mon, Feb 16, 2009 at 7:37

[android-developers] Re: button animation problem

2009-02-16 Thread Romain Guy
[mailto:android-develop...@googlegroups.com] Im Auftrag von Romain Guy Gesendet: Dienstag, 17. Februar 2009 08:01 An: android-developers@googlegroups.com Betreff: [android-developers] Re: button animation problem You should also call requestLayout(). On Mon, Feb 16, 2009 at 10:56 PM