Merge pull request #211 from zcash/bugfix/birthday-height

Addresses https://github.com/zcash/zcash-android-wallet/issues/209
This commit is contained in:
Kevin Gorham 2020-12-02 15:34:14 -05:00 committed by GitHub
commit 4f8d63cdcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
android:layout_height="match_parent"
android:imeOptions="actionDone"
android:inputType="number"
android:maxLength="6"
android:maxLength="8"
android:singleLine="true"
android:textColor="@color/text_light"
android:textColorHint="@color/text_light_dimmed" />