In XML you can add this line to the EditText View where 140 is the maximum number of characters:
android:maxLength="140"
In XML you can add this line to the EditText View where 140 is the maximum number of characters:
android:maxLength="140"