File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 7777 <Button
7878 android : id =" @+id/button_create"
7979 style =" @style/FirebaseUI.Button"
80- android : layout_gravity =" right"
8180 android : text =" @string/fui_button_text_save"
8281 tools : ignore =" RtlHardcoded" />
8382
Original file line number Diff line number Diff line change 2323
2424 <Button
2525 android : id =" @+id/welcome_back_idp_button"
26- android : layout_width =" wrap_content"
27- android : layout_height =" wrap_content"
28- android : layout_gravity =" end"
26+ style =" @style/FirebaseUI.Button"
2927 android : text =" @string/fui_sign_in_default" />
3028
3129</LinearLayout >
Original file line number Diff line number Diff line change 101101 <style name =" FirebaseUI.Button" parent =" @style/Widget.AppCompat.Button.Colored" >
102102 <item name =" android:layout_width" >wrap_content</item >
103103 <item name =" android:layout_height" >wrap_content</item >
104- <item name =" android:layout_gravity" >right </item >
104+ <item name =" android:layout_gravity" >end </item >
105105 </style >
106106
107107 <style name =" FirebaseUI.VerifyPhoneButton" parent =" FirebaseUI.Button" >
You can’t perform that action at this time.
0 commit comments