Skip to content

Commit bf38de7

Browse files
authored
Country code always to left of phone (#1957)
1 parent d6a2d81 commit bf38de7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

auth/src/main/res/layout/fui_phone_layout.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
<com.firebase.ui.auth.ui.phone.CountryListSpinner
2525
android:id="@+id/country_list"
2626
style="@style/FirebaseUI.CountrySpinner"
27-
app:layout_constraintStart_toStartOf="parent"
27+
app:layout_constraintLeft_toLeftOf="parent"
2828
app:layout_constraintBaseline_toBaselineOf="@+id/phone_layout" />
2929

3030
<com.google.android.material.textfield.TextInputLayout
3131
android:id="@+id/phone_layout"
3232
style="@style/FirebaseUI.TextInputLayout.PhoneField"
3333
android:layout_width="0dp"
3434
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"
3737
app:layout_constraintTop_toTopOf="parent">
3838

3939
<com.google.android.material.textfield.TextInputEditText

0 commit comments

Comments
 (0)