Skip to content

Instantly share code, notes, and snippets.

@brescia123
Created October 10, 2016 14:09
Show Gist options
  • Save brescia123/c1f57df446ce68bba9294f54813b6c0f to your computer and use it in GitHub Desktop.
Save brescia123/c1f57df446ce68bba9294f54813b6c0f to your computer and use it in GitHub Desktop.
Layout properties needed to make TextView Ellipsize work
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:ellipsize="end"
android:maxLines="1"/>
@brescia123
Copy link
Author

N.B.: use 0dp for layout_width and not wrap_content

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment