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

