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 | |
| parent | 3eb1ce08f2abbe93859731ebc39980a0eae1ebd5 (diff) | |
update unread icon again
Diffstat (limited to 'org.fox.ttrss/src/main/res')
| -rw-r--r-- | org.fox.ttrss/src/main/res/drawable/baseline_drafts_24.xml | 5 | ||||
| -rw-r--r-- | org.fox.ttrss/src/main/res/menu/action_mode_headlines.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/drawable/baseline_drafts_24.xml b/org.fox.ttrss/src/main/res/drawable/baseline_drafts_24.xml new file mode 100644 index 00000000..515d320f --- /dev/null +++ b/org.fox.ttrss/src/main/res/drawable/baseline_drafts_24.xml @@ -0,0 +1,5 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:tint="#000000" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp"> + + <path android:fillColor="@android:color/white" android:pathData="M21.99,8c0,-0.72 -0.37,-1.35 -0.94,-1.7L12,1 2.95,6.3C2.38,6.65 2,7.28 2,8v10c0,1.1 0.9,2 2,2h16c1.1,0 2,-0.9 2,-2l-0.01,-10zM12,13L3.74,7.84 12,3l8.26,4.84L12,13z"/> + +</vector> 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 |