Hiii all, this may be a possible duplicate but I couldn\'t find solution for my problem.I need to limit the number of characters per line when displaying on the textview and
Use this code:
android:maxLines="5" android:maxLength="10"
Five line with max length of 10 character.