mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-20 12:49:02 +00:00
Fix add local auth email field. Fixes #1201
This commit is contained in:
parent
cacabca14a
commit
de87ca5505
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
android:id="@+id/emailTitleTextView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:inputType="textPassword"
|
||||
android:inputType="textEmailAddress"
|
||||
android:paddingBottom="16dp"
|
||||
android:paddingTop="16dp"
|
||||
android:paddingStart="@dimen/spacing_large"
|
||||
|
|
|
|||
Loading…
Reference in a new issue