How to set maximum characters per line for text view in android -
hiii all, may possible duplicate couldn't find solution problem.i need limit number of characters per line when displaying on textview , display remaining characters in next line.i cannot set ems value , tried setting maxlength attribute in xml not displaying remaining characters,can 1 tell me how can it.
using
android:maxwidth="size"
replace "size" size prefer. example, 100dip
.
Comments
Post a Comment