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