-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update keyboard visibility and imeAction (#350)
* fix: update keyboard visibility and imeAction - Hide keyboard on logistration screens - update imeAction for long InputEditFields -LEARNER-10032 * fix: Added error Text for editable fields on SignIn Screen - Add error text in case of empty fields on sign in Screen fix: LEARNER-10032 * fix: Address PR comments
- Loading branch information
1 parent
948277a
commit 5abf44d
Showing
7 changed files
with
97 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,10 @@ | |
<string name="auth_restore_password_success">We have sent a password recover instructions to your email %s</string> | ||
<string name="auth_example_email" translatable="false">[email protected]</string> | ||
<string name="auth_enter_email_username" tools:ignore="MissingTranslation">Enter email or username</string> | ||
<string name="auth_error_empty_username_email">Please enter your username or e-mail address and try again.</string> | ||
<string name="auth_error_empty_email">Please enter your e-mail address and try again.</string> | ||
<string name="auth_enter_password">Enter password</string> | ||
<string name="auth_error_empty_password">Please enter your password and try again.</string> | ||
<string name="auth_create_new_account">Create an account to start learning today!</string> | ||
<string name="auth_compete_registration" translatable="false">Complete your registration</string> | ||
<string name="auth_google" tools:ignore="ExtraTranslation">Sign in with Google</string> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters