Is there any way to set a maximum of Chars to a line in an EditText Field? I tried it with a TextWatcher, But I cant really do what I want.
EditText
TextWatcher
Add this
android:maxLength="5"