3
How to add ellipsis if content leaks from Android layout?
For example: I have a very large text in my Actionbar, and instead of having to decrease it in size, I want it to add reticence in case there is leakage of layout, for example, from "First Aid" to "First Aid..."
Try to limit the size of your Textview using the :Ems measure
– Israel Sousa
I used Ems, but it breaks the line of text!
– Everton Luis
How do I make it delete the text that bursts the size, changing by reticence
– Everton Luis