I have noticed that when a textview has a fixed width (let's say fill_parent), if the text you set doesn't fit, android adds automatically three dots "...". But this happens only when singleLine=true How would I accomplish this with a textview that has singleLine=false and maxLines=4 ?
Thank you -- 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

