change max address length to 97
This commit is contained in:
parent
2734392e55
commit
b7d458419c
|
@ -100,7 +100,7 @@
|
|||
android:layout_marginBottom="@dimen/header_top_first"
|
||||
android:visibility="gone"
|
||||
app:counterEnabled="true"
|
||||
app:counterMaxLength="95"
|
||||
app:counterMaxLength="97"
|
||||
app:errorEnabled="true">
|
||||
|
||||
<com.google.android.material.textfield.TextInputEditText
|
||||
|
|
Loading…
Reference in New Issue