File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 25
25
<Button
26
26
android : id =" @+id/email_provider"
27
27
style =" @style/FirebaseUI.Button.AccountChooser.EmailButton"
28
- android : text =" @string/email_button_text " />
28
+ android : text =" @string/sign_in_with_email " />
29
29
30
30
</LinearLayout >
31
31
Original file line number Diff line number Diff line change 1
1
<Button
2
2
xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
style =" @style/FirebaseUI.Button.AccountChooser.FacebookButton"
4
- android : text =" Sign in with Facebook "
4
+ android : text =" @string/sign_in_with_facebook "
5
5
android : id =" @+id/facebook_button"
6
6
/>
Original file line number Diff line number Diff line change 1
1
<Button
2
2
xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
style =" @style/FirebaseUI.Button.AccountChooser.GoogleButton"
4
- android : text =" Sign in with Google "
4
+ android : text =" @string/sign_in_with_google "
5
5
android : id =" @+id/google_button"
6
6
/>
Original file line number Diff line number Diff line change 1
1
<resources xmlns : xliff =" urn:oasis:names:tc:xliff:document:1.2" >
2
- <string name =" email_button_text" >Sign in with email</string >
3
2
<string name =" app_name" >ui_flow</string >
4
3
<string name =" email_hint" >Email</string >
5
4
<string name =" sign_in_no_password_title" >Put an email to use for sign in</string >
You can’t perform that action at this time.
0 commit comments