val length = 50
editText.filters = arrayOf<InputFilter>(InputFilter.LengthFilter(length))
'프로그래밍 > android' 카테고리의 다른 글
Android 11 Full Screen (0) | 2021.07.29 |
---|---|
[android] Dp to Px, Px to Dp (0) | 2021.06.30 |
[android] Google play HostnameVerifier issue (0) | 2021.06.25 |
[android] imeOptions actionDone 또는 actionSend multiline 적용하기 (IME_ACTION_DONE, IME_ACTION_SEND) (0) | 2021.06.23 |
[android] 방해금지모드 확인 (Do not disturb mode) (0) | 2021.06.15 |