File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed
java/com/firebase/ui/auth/ui/idp Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public class AuthMethodPickerActivity
69
69
@ Override
70
70
protected void onCreate (Bundle savedInstanceState ) {
71
71
super .onCreate (savedInstanceState );
72
- setContentView (R .layout .nascar_layout );
72
+ setContentView (R .layout .auth_method_picker_layout );
73
73
Button emailButton = (Button ) findViewById (R .id .email_provider );
74
74
emailButton .setOnClickListener (this );
75
75
populateIdpList (mActivityHelper .flowParams .providerInfo );
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3
- android : layout_width =" match_parent"
4
- android : layout_height =" match_parent"
5
- android : gravity =" center|bottom"
6
- >
3
+ android : layout_width =" match_parent"
4
+ android : layout_height =" match_parent"
5
+ android : gravity =" center|bottom" >
6
+
7
7
<LinearLayout
8
- style =" @style/FirebaseUI.NASCAR.ButtonHolder"
9
- android : id =" @+id/btn_holder" >
8
+ android : id =" @+id/btn_holder"
9
+ style =" @style/FirebaseUI.AuthMethodPicker.ButtonHolder" >
10
+
10
11
<Button
11
12
android : id =" @+id/email_provider"
12
13
style =" @style/FirebaseUI.Button.AccountChooser.EmailButton"
13
14
android : text =" @string/email_button_text" />
15
+
14
16
</LinearLayout >
17
+
15
18
</LinearLayout >
Original file line number Diff line number Diff line change 194
194
<item name =" android:paddingBottom" >8dp</item >
195
195
</style >
196
196
197
- <!-- NASCAR screen -->
198
- <style name =" FirebaseUI.NASCAR " ></ style >
197
+ <!-- Authentication method picker styles -->
198
+ <style name =" FirebaseUI.AuthMethodPicker " / >
199
199
200
- <style name =" FirebaseUI.NASCAR .ButtonHolder" >
200
+ <style name =" FirebaseUI.AuthMethodPicker .ButtonHolder" >
201
201
<item name =" android:orientation" >vertical</item >
202
202
<item name =" android:paddingBottom" >56dp</item >
203
203
<item name =" android:layout_width" >220dp</item >
You can’t perform that action at this time.
0 commit comments