Hi all.

I have a textview which has the height set to show three lines of
text. The text is dynamic and often larger than the space available in
the view, so I want to ellipsize it. However, with the ellipsize
property set, it only displays two lines of text, with the "..." at
the end of the second line. If I remove the ellipsize property, it
shows the intended three lines of text - but of course without the
"...".

Any ideas what's happening?

<TextView
    android:layout_width="wrap_content"
    android:layout_height="54dip"
    android:textSize="14sp"
    android:textColor="#ffffff"
    android:ellipsize="end"
 />

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to