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/drawable | |
| parent | 3eb1ce08f2abbe93859731ebc39980a0eae1ebd5 (diff) | |
update unread icon again
Diffstat (limited to 'org.fox.ttrss/src/main/res/drawable')
| -rw-r--r-- | org.fox.ttrss/src/main/res/drawable/baseline_drafts_24.xml | 5 |
1 files changed, 5 insertions, 0 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> |