Hi, Is it possible to specify a text view to have 25 characters per line? I tried Android: maxLength = "25", although it shows the first part of the text and the other part disappears .. Thanks
Edit1: I can also put text in EditText .. but I want characters that after 25 characters to go to a new line.
source
share