Thursday, September 9, 2010

[android-developers] Slide Down Animation

I have an activity that basically has three views, a top view that
shows an image and some text, a middle view that contains a edittext
field and a button, and a list view at the bottom of the view. The
middle view is set to visibility gone by default and I want there to
be a way that when someone clicks a button, the middle view slides
down from below the view at the top while pushing down on the list
view at the bottom. Then when the edittext field is submitted, slide
it back behind the top view again and make it visibility gone again.
Is this possible? I have been hacking away at it all night and can't
get it to work right.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment