Skip to content

Commit

Permalink
#86 fix : 이메일 input type 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
yy0ung committed Dec 13, 2023
1 parent 85f7132 commit d2e683a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Aos/app/src/main/res/layout/fragment_basic_signup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="이메일"
android:inputType="textEmailAddress"
android:text="@={vm.email}" />

</com.google.android.material.textfield.TextInputLayout>
Expand Down
1 change: 1 addition & 0 deletions Aos/app/src/main/res/layout/fragment_login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/email_input_text"
android:inputType="textEmailAddress"
android:text="@={vm.email}" />
</com.google.android.material.textfield.TextInputLayout>

Expand Down

0 comments on commit d2e683a

Please sign in to comment.