Limit the seed max text in the import seed window to 255
This commit is contained in:
parent
a54363a9ef
commit
b55d22324a
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue