Hi, I got a listview and each rows is built from two textviews. I now would like to enforce certain behaviour of these textviews depending on their layout -> if text in 1st textview took 1 row, then I want to set 2nd's maxLines to 3. If 1st's took 2 rows, then 2nd maxLines should be 2. I want to do that to take benefig of ellipsis feature. My question is how can I acheive what I want it smart and efficient way? It'd be perfect to be able to do so in adapter's getView() but there's no layout yet at that moment. Hints?
Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... WebnetMobile on *Facebook <http://webnetmobile.com/fb/>*, *Google+*<http://bit.ly/webnetmobile-gp>and *Twitter <http://webnetmobile.com/twitter/>* -- 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

