diff --git a/app_pojavlauncher/src/main/res/layout/fragment_select_auth_method.xml b/app_pojavlauncher/src/main/res/layout/fragment_select_auth_method.xml index 527955801..6639731b1 100644 --- a/app_pojavlauncher/src/main/res/layout/fragment_select_auth_method.xml +++ b/app_pojavlauncher/src/main/res/layout/fragment_select_auth_method.xml @@ -1,33 +1,55 @@ - + android:gravity="center" + android:orientation="vertical" + android:paddingHorizontal="@dimen/_16sdp"> + + + - - + android:textSize="@dimen/_12ssp" + android:layout_marginHorizontal="@dimen/_25sdp" + app:layout_constraintBottom_toBottomOf="@id/login_menu" + app:layout_constraintEnd_toEndOf="@+id/login_menu" + app:layout_constraintHorizontal_bias="1.0" + app:layout_constraintStart_toStartOf="@+id/login_menu" + app:layout_constraintTop_toBottomOf="@+id/button_microsoft_authentication" /> - \ No newline at end of file + \ No newline at end of file