From 036923b2b9b767456b7bb9e73e904e6c2a5e22c2 Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 23 Sep 2023 22:16:55 +0200 Subject: [PATCH] Small layout improvement --- app/src/main/res/layout/fragment_options_misc.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/layout/fragment_options_misc.xml b/app/src/main/res/layout/fragment_options_misc.xml index de2e06112d..fe5d12a20f 100644 --- a/app/src/main/res/layout/fragment_options_misc.xml +++ b/app/src/main/res/layout/fragment_options_misc.xml @@ -232,6 +232,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="12dp" + android:layout_marginTop="6dp" android:contentDescription="@string/title_info" android:tooltipText="@string/title_info" app:layout_constraintStart_toStartOf="parent" @@ -484,6 +485,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="12dp" + android:layout_marginTop="6dp" android:contentDescription="@string/title_info" android:tooltipText="@string/title_info" app:layout_constraintStart_toStartOf="parent"