mscwd01 wrote: > How do I animate a Layout? > > I have a RelativeLayout which sits in a certain position within my > Activity; I want to glide it in and out from the bottom of the screen > when a certain button is pressed. > > I have found examples of animating the children of lists etc but this > is not what I want. I simply want to animate the whole layout and the > views within it together. > > I am guessing this is simple to do but the solution is proving > somewhat elusive!
Look at android.view.animation. It works on any View -- RelativeLayout inherits from View. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android App Developer Training: http://commonsware.com/training.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

