1
mirror of https://github.com/m2049r/xmrwallet synced 2024-11-23 05:33:29 +01:00

monero addresses are 95 characters

This commit is contained in:
m2049r 2020-09-16 17:51:47 +02:00
parent 74e9278baa
commit c32d157150
No known key found for this signature in database
GPG Key ID: 4386E69AF260078D

View File

@ -36,7 +36,7 @@
android:layout_alignParentStart="true"
android:layout_toStartOf="@+id/bPasteAddress"
app:counterEnabled="true"
app:counterMaxLength="16"
app:counterMaxLength="95"
app:errorEnabled="true">
<android.support.design.widget.TextInputEditText