From 1f4663e68fc24b80c06da8456935fa43a165d2cc Mon Sep 17 00:00:00 2001 From: Sergio De la torre Date: Mon, 4 Nov 2024 09:15:35 +0100 Subject: [PATCH] feat: refs #8176 refactorSearchDialog --- app/src/main/res/layout/fragment_ajustes.xml | 212 ++++++++++--------- 1 file changed, 112 insertions(+), 100 deletions(-) diff --git a/app/src/main/res/layout/fragment_ajustes.xml b/app/src/main/res/layout/fragment_ajustes.xml index 18ef4c22..fd2bee79 100644 --- a/app/src/main/res/layout/fragment_ajustes.xml +++ b/app/src/main/res/layout/fragment_ajustes.xml @@ -21,138 +21,150 @@ android:layout_width="match_parent" android:layout_height="1dp" android:background="@color/verdnatura_white" - app:layout_constraintTop_toBottomOf="@id/main_toolbar" + app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintEnd_toEndOf="parent" /> + app:layout_constraintTop_toBottomOf="@id/main_toolbar" /> + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@id/divider" + app:layout_constraintVertical_bias="0" /> + - - - - - - - - + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@id/setttings_items"> - + android:orientation="vertical" + android:padding="@dimen/navigation_row_min_padding" + android:visibility="gone" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@id/setttings_items"> - + - + android:orientation="horizontal"> - - + - + + + - + android:orientation="horizontal"> - - + - + + + + android:orientation="horizontal"> + + + + + + + + + + + + -