File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 43
43
44
44
<activity
45
45
android : name =" .ui.accountlink.WelcomeBackIdpPrompt"
46
- android : label =" @string/title_welcome_back_idp_prompt "
46
+ android : label =" @string/sign_in_with_email "
47
47
android : windowSoftInputMode =" adjustResize"
48
48
android : exported =" false" />
49
49
Original file line number Diff line number Diff line change 53
53
<LinearLayout
54
54
android : layout_height =" wrap_content"
55
55
android : layout_width =" match_parent"
56
- android : paddingTop =" 16dp " >
56
+ android : paddingTop =" 8dp " >
57
57
58
58
<TextView
59
59
android : id =" @+id/trouble_signing_in"
60
60
android : text =" @string/trouble_signing_in"
61
61
android : layout_width =" 0dp"
62
62
android : layout_height =" wrap_content"
63
63
android : layout_weight =" 1"
64
- style =" @style/FirebaseUI.Text.Link" />
64
+ style =" @style/FirebaseUI.Text.Link"
65
+ android : paddingTop =" 16dp"
66
+ android : paddingBottom =" 16dp"
67
+ android : textColor =" @color/authui_colorAccent"
68
+ android : textSize =" 14sp"
69
+ android : gravity =" center"
70
+ android : textAllCaps =" true"
71
+ android : fontFamily =" sans-serif-medium"
72
+ android : layout_gravity =" center"
73
+ android : background =" @drawable/ripple_background" />
65
74
66
75
</LinearLayout >
67
76
Original file line number Diff line number Diff line change 28
28
<string name =" progress_dialog_checking_accounts" >Checking for existing accounts…</string >
29
29
30
30
<!-- Email sign up -->
31
- <string name =" title_register_email" >Sign up with email </string >
31
+ <string name =" title_register_email" >Sign up</string >
32
32
<string name =" name_hint" >First & last name</string >
33
33
<string name =" button_text_save" >Save</string >
34
34
<string name =" progress_dialog_signing_up" >Signing up…</string >
58
58
<string name =" trouble_signing_in" >Trouble signing in?</string >
59
59
60
60
<!-- Password recovery -->
61
- <string name =" title_recover_password_activity" >Forgotten password</string >
61
+ <string name =" title_recover_password_activity" >Recover password</string >
62
62
<string name =" title_confirm_recover_password" >Check your email</string >
63
63
<string name =" password_recovery_body" >Get instructions sent to this email that explain how to
64
64
reset your password.</string >
74
74
<string name =" auth_picker_description" >Sign in to allow for backup\nand synchronization\nof your groups.</string >
75
75
<string name =" sign_up" >Sign up</string >
76
76
<string name =" idp_name_email" >Email</string >
77
-
77
+
78
78
</resources >
You can’t perform that action at this time.
0 commit comments