更新登录页面样式

- 更新登录页面文案为字符串资源
- 新增邮箱和密码校验
- 更新按钮样式
- 调整页面布局
This commit is contained in:
2024-09-06 09:04:14 +08:00
parent 633e9a3945
commit 9cb847aa7c
4 changed files with 115 additions and 80 deletions

View File

@@ -17,4 +17,15 @@
<string name="comment_count">%d Comments</string>
<string name="post_comment_hint">Say something...</string>
<string name="follow_upper">FOLLOW</string>
<string name="login_upper">LOGIN</string>
<string name="lets_ride_upper">LET\'S RIDE</string>
<string name="or_login_with">or login with</string>
<string name="remember_me">Remember me</string>
<string name="forgot_password">Forgot password?</string>
<string name="login_password_label">What\'s your password</string>
<string name="login_email_label">What\'s your email</string>
<string name="text_error_email_required">Email is required</string>
<string name="text_error_password_required">Password is required</string>
<string name="text_hint_email">Enter your email</string>
<string name="text_hint_password">Enter your password</string>
</resources>