From 6cab161508c457aff69cdbbea27d01915be9bcd3 Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 3 Apr 2021 14:18:25 +0200 Subject: [PATCH] Small layout improvement --- app/src/main/res/layout/fragment_options_notifications.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/layout/fragment_options_notifications.xml b/app/src/main/res/layout/fragment_options_notifications.xml index 16aede4d8a..3ab86a8330 100644 --- a/app/src/main/res/layout/fragment_options_notifications.xml +++ b/app/src/main/res/layout/fragment_options_notifications.xml @@ -367,6 +367,7 @@ android:id="@+id/ibBadge" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_marginStart="12dp" android:contentDescription="@string/title_info" android:tooltipText="@string/title_info" app:layout_constraintStart_toStartOf="parent" @@ -377,6 +378,7 @@ android:id="@+id/swUnseenIgnored" android:layout_width="0dp" android:layout_height="wrap_content" + android:layout_marginStart="12dp" android:layout_marginTop="12dp" android:text="@string/title_advanced_unseen_ignored" app:layout_constraintEnd_toEndOf="parent"