Android: Setting EditText Max Chars per Line?

前端 未结 7 1654
再見小時候
再見小時候 2021-01-15 02:29

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.

<
相关标签:
7条回答
  • 2021-01-15 03:19

    Add this

    android:maxLength="5"

    0 讨论(0)
提交回复
热议问题