From 9c740ad053a487fa9c6cf0657ff90a32a14513af Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 2 Aug 2023 22:03:56 +0200 Subject: [PATCH] Added notifications permission remark --- app/src/main/res/layout/fragment_messages.xml | 18 +++++++++++++++--- app/src/main/res/values/strings.xml | 1 + 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/fragment_messages.xml b/app/src/main/res/layout/fragment_messages.xml index a2b97ce4c7..99f5e2ffee 100644 --- a/app/src/main/res/layout/fragment_messages.xml +++ b/app/src/main/res/layout/fragment_messages.xml @@ -50,7 +50,7 @@ android:drawableStart="@drawable/twotone_notifications_off_24" android:drawablePadding="6dp" android:paddingHorizontal="12dp" - android:paddingVertical="6dp" + android:paddingTop="6dp" android:text="@string/title_hint_notifications" android:textAppearance="@style/TextAppearance.AppCompat.Medium" app:drawableTint="?android:attr/textColorSecondary" @@ -58,13 +58,25 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/vSeparatorAirplane" /> + + + app:layout_constraintTop_toBottomOf="@id/tvNotificationsRemark" /> + app:constraint_referenced_ids="tvNotifications,tvNotificationsRemark,vSeparatorNotifications" /> To limit battery and network usage not all folders and not all messages will be synchronized by default Airplane mode is on No notification permissions + Notification permissions are required for (account) alerts too. Notifications for new messages can be turned off in the settings. Battery optimizations still enabled If you have a question or a problem, please use the support menu to get help Swipe left to trash; Swipe right to archive (if available); The swipe actions can be configured in the account settings