From 159bb5e3362512e8ecdf186858b7d02e1a1e51d9 Mon Sep 17 00:00:00 2001 From: Mathias-Boulay Date: Fri, 19 May 2023 16:10:44 +0200 Subject: [PATCH] Style: unify padding on fragments --- .../src/main/res/layout/fragment_file_selector.xml | 3 ++- app_pojavlauncher/src/main/res/layout/fragment_local_login.xml | 2 +- .../src/main/res/layout/fragment_profile_editor.xml | 2 +- .../src/main/res/layout/fragment_select_auth_method.xml | 2 +- app_pojavlauncher/src/main/res/values/dimens.xml | 3 +++ 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/app_pojavlauncher/src/main/res/layout/fragment_file_selector.xml b/app_pojavlauncher/src/main/res/layout/fragment_file_selector.xml index c2254e614..d7d5f7d27 100644 --- a/app_pojavlauncher/src/main/res/layout/fragment_file_selector.xml +++ b/app_pojavlauncher/src/main/res/layout/fragment_file_selector.xml @@ -4,7 +4,8 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@color/background_app"> + android:background="@color/background_app" + android:paddingHorizontal="@dimen/fragment_padding_medium"> + android:paddingHorizontal="@dimen/fragment_padding_medium"> + android:paddingHorizontal="@dimen/fragment_padding_medium"> 48dp 24dp + + @dimen/_10sdp +