File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
<com .firebase.ui.auth.ui.phone.CountryListSpinner
25
25
android : id =" @+id/country_list"
26
26
style =" @style/FirebaseUI.CountrySpinner"
27
- app : layout_constraintStart_toStartOf =" parent"
27
+ app : layout_constraintLeft_toLeftOf =" parent"
28
28
app : layout_constraintBaseline_toBaselineOf =" @+id/phone_layout" />
29
29
30
30
<com .google.android.material.textfield.TextInputLayout
31
31
android : id =" @+id/phone_layout"
32
32
style =" @style/FirebaseUI.TextInputLayout.PhoneField"
33
33
android : layout_width =" 0dp"
34
34
android : layout_height =" wrap_content"
35
- app : layout_constraintStart_toEndOf =" @+id/country_list"
36
- app : layout_constraintEnd_toEndOf =" parent"
35
+ app : layout_constraintLeft_toRightOf =" @+id/country_list"
36
+ app : layout_constraintRight_toRightOf =" parent"
37
37
app : layout_constraintTop_toTopOf =" parent" >
38
38
39
39
<com .google.android.material.textfield.TextInputEditText
You can’t perform that action at this time.
0 commit comments