diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-12 18:17:49 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-12 18:17:49 +0300 |
| commit | 9c22c18d1193c7fe4adfd2b65080898a5a999014 (patch) | |
| tree | db5de5817d2bf7e5abd45288e741ecf2b36bf28d /org.fox.ttrss/src/main/res/menu | |
| parent | 3eb1ce08f2abbe93859731ebc39980a0eae1ebd5 (diff) | |
update unread icon again
Diffstat (limited to 'org.fox.ttrss/src/main/res/menu')
| -rw-r--r-- | org.fox.ttrss/src/main/res/menu/action_mode_headlines.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/menu/action_mode_headlines.xml b/org.fox.ttrss/src/main/res/menu/action_mode_headlines.xml index ccd2c266..6772b24c 100644 --- a/org.fox.ttrss/src/main/res/menu/action_mode_headlines.xml +++ b/org.fox.ttrss/src/main/res/menu/action_mode_headlines.xml @@ -4,7 +4,7 @@ android:id="@+id/selection_toggle_unread" app:showAsAction="always" app:iconTint="?attr/colorControlNormal" - android:icon="@drawable/baseline_mark_email_unread_24" + android:icon="@drawable/baseline_drafts_24" android:title="@string/selection_toggle_unread"/> <item |