mirror of https://github.com/M66B/FairEmail.git
Layout improvement
This commit is contained in:
parent
b01c121d0d
commit
d034845aec
|
@ -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" />
|
||||
|
|
|
@ -1892,7 +1892,7 @@
|
|||
<string name="title_hint_folder_actions">Long press a folder for options, like adding a folder to the navigation menu for quick access</string>
|
||||
<string name="title_hint_folder_sync">To limit battery and network usage not all folders and not all messages will be synchronized by default</string>
|
||||
<string name="title_hint_airplane">Airplane mode is on</string>
|
||||
<string name="title_hint_notification">Notifications are disabled</string>
|
||||
<string name="title_hint_notifications">No notification permissions</string>
|
||||
<string name="title_hint_support">If you have a question or a problem, please use the support menu to get help</string>
|
||||
<string name="title_hint_message_actions">Swipe left to trash; Swipe right to archive (if available); The swipe actions can be configured in the account settings</string>
|
||||
<string name="title_hint_message_selection">Long press a message to start selecting multiple messages; Hold and swipe up or down to select more messages</string>
|
||||
|
|
Loading…
Reference in New Issue