diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-08 16:18:54 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-08 16:18:54 +0300 |
| commit | 862d99586c3c9de5d41bddb45e7330eab3cd40d3 (patch) | |
| tree | a20c630f47edf4afd0a997098a5aa2452e3e4314 /org.fox.ttrss/src/main/res/drawable | |
| parent | 5f68e79ef3b3ef57fdfbc78c54a81fba5c7b21b2 (diff) | |
update note view in article
Diffstat (limited to 'org.fox.ttrss/src/main/res/drawable')
| -rw-r--r-- | org.fox.ttrss/src/main/res/drawable/baseline_note_24.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/drawable/baseline_note_24.xml b/org.fox.ttrss/src/main/res/drawable/baseline_note_24.xml new file mode 100644 index 00000000..1e502e2f --- /dev/null +++ b/org.fox.ttrss/src/main/res/drawable/baseline_note_24.xml @@ -0,0 +1,5 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" android:autoMirrored="true" android:height="24dp" android:tint="#000000" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp"> + + <path android:fillColor="@android:color/white" android:pathData="M22,10l-6,-6L4,4c-1.1,0 -2,0.9 -2,2v12.01c0,1.1 0.9,1.99 2,1.99l16,-0.01c1.1,0 2,-0.89 2,-1.99v-8zM15,5.5l5.5,5.5L15,11L15,5.5z"/> + +</vector> |