diff options
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/colors.xml | 6 | ||||
-rw-r--r-- | app/src/main/res/values/ic_launcher_background.xml | 4 | ||||
-rw-r--r-- | app/src/main/res/values/strings.xml | 13 | ||||
-rw-r--r-- | app/src/main/res/values/styles.xml | 2 |
4 files changed, 17 insertions, 8 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index a3b6a98..fccbc93 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <color name="colorPrimary">#3F51B5</color> - <color name="colorPrimaryDark">#303F9F</color> - <color name="colorAccent">#FF4081</color> + <color name="colorPrimary">#eeeeee</color> + <color name="colorPrimaryDark">#eeeeee</color> + <color name="colorAccent">#2b6cc7</color> <color name="bg_login">#26ae90</color> <color name="bg_register">#2e3237</color> diff --git a/app/src/main/res/values/ic_launcher_background.xml b/app/src/main/res/values/ic_launcher_background.xml new file mode 100644 index 0000000..0933009 --- /dev/null +++ b/app/src/main/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <color name="ic_launcher_background">#2B6CC7</color> +</resources>
\ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 15effa3..4651b1f 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -115,13 +115,13 @@ <string name="remove_user">Remove user</string> <string name="new_pass">New Password</string> <string name="title_activity_profile">Firebase</string> - <string name="title_activity_login">Sign in</string> + <string name="title_activity_login">Liberavem</string> <string name="hint_email">Email</string> <string name="hint_password">Password</string> <string name="hint_name">Fullname</string> <string name="btn_login">LOGIN</string> - <string name="btn_link_to_register">Not a member? Get registered in Firebase now!</string> - <string name="btn_link_to_login">Already registered. Login Me!</string> + <string name="btn_link_to_register">Not a member? Sign up now!</string> + <string name="btn_link_to_login">Already registered. I want to login!</string> <string name="title_activity_reset_password">ResetPasswordActivity</string> <string name="btn_forgot_password">Forgot your password?</string> <string name="btn_reset_password">Reset Password</string> @@ -132,6 +132,11 @@ <string name="btn_remove">Remove</string> <string name="btn_sign_out">Sign Out</string> <string name="lbl_forgot_password">Forgot password?</string> - <string name="forgot_password_msg">We just need your registered Email Id to sent you password reset instructions.</string> + <string name="forgot_password_msg">We just need your registered email address to send you password reset instructions.</string> <string name="sign_out">Sign out</string> + + <!-- TODO: Remove or change this placeholder text --> + <string name="hello_blank_fragment">Hello blank fragment</string> + <string name="liberavem_logo">Liberavem logo</string> + <string name="author">© 2018 Marcin Zelent</string> </resources> diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 545b9c6..a515d0b 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -3,7 +3,7 @@ <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> <!-- Customize your theme here. --> - <item name="colorPrimary">@color/colorPrimary</item> + <item name="colorPrimary">@color/colorAccent</item> <item name="colorPrimaryDark">@color/colorPrimaryDark</item> <item name="colorAccent">@color/colorAccent</item> </style> |