diff --git a/app/src/main/res/layout/fragment_messages.xml b/app/src/main/res/layout/fragment_messages.xml index 3c4a90b77e..91d4117db5 100644 --- a/app/src/main/res/layout/fragment_messages.xml +++ b/app/src/main/res/layout/fragment_messages.xml @@ -24,11 +24,11 @@ android:background="?android:attr/selectableItemBackground" android:drawableStart="@drawable/twotone_flight_24" android:drawablePadding="6dp" - app:drawableTint="?android:attr/textColorPrimary" - android:padding="6dp" + android:paddingHorizontal="12dp" + android:paddingVertical="6dp" android:text="@string/title_hint_airplane" android:textAppearance="@style/TextAppearance.AppCompat.Medium" - android:textColor="?android:attr/textColorPrimary" + app:drawableTint="?android:attr/textColorSecondary" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> @@ -49,11 +49,11 @@ android:background="?android:attr/selectableItemBackground" android:drawableStart="@drawable/twotone_notifications_off_24" android:drawablePadding="6dp" - app:drawableTint="?android:attr/textColorPrimary" - android:padding="6dp" - android:text="@string/title_hint_notification" + android:paddingHorizontal="12dp" + android:paddingVertical="6dp" + android:text="@string/title_hint_notifications" android:textAppearance="@style/TextAppearance.AppCompat.Medium" - android:textColor="?android:attr/textColorPrimary" + app:drawableTint="?android:attr/textColorSecondary" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/vSeparatorAirplane" /> diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 21d90c976a..2e49fe35db 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1892,7 +1892,7 @@ Long press a folder for options, like adding a folder to the navigation menu for quick access To limit battery and network usage not all folders and not all messages will be synchronized by default Airplane mode is on - Notifications are disabled + No notification permissions 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 Long press a message to start selecting multiple messages; Hold and swipe up or down to select more messages