I have a TextView, with a MaxLine property set to X. When the user pushes a button, I'd like to increase this X value to a greater Y. This works, but the extra lines appear suddenly, without animation. Also, this TextView is in a ListView-row (in case that matters, tho I doubt it).
In the new Android Market app., when you open the detailed view of an application, the details of the app. is presented exactly the way I'd like to achive. Initially, only 3 lines of text is shown, then when the user taps on the 'more' buttons, the rest of the lines animate in.
Could somebody explain to me how to achieve this effect?
Thanks