mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-31 11:31:40 +00:00
Fixed left/right icon for rtl scripts
This commit is contained in:
parent
800ec3fdfc
commit
83255d83e7
1 changed files with 23 additions and 0 deletions
23
app/src/main/res/menu-ldrtl/action_messages.xml
Normal file
23
app/src/main/res/menu-ldrtl/action_messages.xml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
|
||||||
|
<item
|
||||||
|
android:id="@+id/action_next"
|
||||||
|
android:icon="@drawable/baseline_navigate_next_24"
|
||||||
|
android:title="@string/title_next" />
|
||||||
|
|
||||||
|
<item
|
||||||
|
android:id="@+id/action_delete"
|
||||||
|
android:icon="@drawable/baseline_delete_24"
|
||||||
|
android:title="@string/title_trash" />
|
||||||
|
|
||||||
|
<item
|
||||||
|
android:id="@+id/action_archive"
|
||||||
|
android:icon="@drawable/baseline_archive_24"
|
||||||
|
android:title="@string/title_archive" />
|
||||||
|
|
||||||
|
<item
|
||||||
|
android:id="@+id/action_prev"
|
||||||
|
android:icon="@drawable/baseline_navigate_before_24"
|
||||||
|
android:title="@string/title_previous" />
|
||||||
|
</menu>
|
Loading…
Reference in a new issue