Is it possible to have a single line TextView
that cuts off at the nearest pixel and does not add three dots?
<TextView
android:id="@+id/text_ivew"
style="@style/Text.Title"
singleLine="false"
android:ellipsize="end"
android:lines="1"
android:text="text"></TextView>
You should just be able to set the android:ellipsize property to false on your TextView in xml.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With