I don't think that's an animation on the TextView. I think the whole TextView is there but is hidden by the "bottom half" of the Market listing, and it is that "bottom half" that is performing a TranslateAnimation down the screen.
(based on eyeballing the Market app on a Nexus One with Android 2.3.4) On Thu, Jun 30, 2011 at 2:36 PM, Zsombor <[email protected]> wrote: > Hey, > > In the Market app, when an application is selected, the TextView > containing the description of the app. only show the first 3-4 lines > of the full text. Clicking the 'more' button animates this view, so > the full text is visible. And this TextView is in a ListView (I > guess). How can I achieve this in my application, what property should > be animated in this case on the TextView? > > It's quite easy to achieve this without animation, by modifying the > TextView's maxLines property. But the animation in the Market is too > smooth to be done simply by animating this property with the new > animator framework. Any ideas? > > Thanks > > -- > 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 > -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9.9 Available! -- 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

