Limit the seed max text in the import seed window to 255

feat_androidx_migration
dtvv 2018-10-04 15:35:06 -05:00
parent a54363a9ef
commit b55d22324a
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@
android:layout_width="330dp"
android:layout_height="120dp"
android:hint="@string/Seed"
android:maxLength="255"
android:inputType="textMultiLine" />
</android.support.design.widget.TextInputLayout>