From 891c82f4dff6a3d35a8fa4e62eca864514b3f196 Mon Sep 17 00:00:00 2001 From: Mathias-Boulay Date: Fri, 19 May 2023 15:54:36 +0200 Subject: [PATCH] Style[select_login]: Add visual separation --- .../layout/fragment_select_auth_method.xml | 50 +++++++++++++------ 1 file changed, 36 insertions(+), 14 deletions(-) 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