[android-developers] Re: Help with animation
Thanks, will give it a try.
On Dec 27, 8:01 am, Doug <beafd...@gmail.com> wrote:
> On Dec 25, 1:51 am, Zsolt Vasvari <zvasv...@gmail.com> wrote:
>
> > Thanks, Doug. I am basically trying to achieve the same effect
> > that happens when you tap the More button on the new Market app when
> > you want to see more of an apmp's description. Everything below the
> > description slides down smoothly revealing the full text.
>
> My guess is that whole market screen is one big vertical ScrollView,
> with a vertical LinearLayout and when you click the More button,
> something is adjusting the description view's height so that
> everything is necessarily pushed below in order to maintain the
> layout. I can't think of an SDK component that gets you this
> functionality for free, though. It might just be a matter of DIY:
> post a series of messages to a handler that increase the layout height
> of a view over time (or something along those lines).
>
> Doug
--
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
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home