All checks were successful
Reviewed-on: https://codeberg.org/jlmakiola/calendula/pulls/126
55 lines
2.5 KiB
XML
55 lines
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Status-bar mark for reminders (issue #83). Calendula's own mark, not the
|
|
stock Material "event" glyph it replaces: the status bar draws a small icon
|
|
from its alpha channel alone, so the silhouette is the only thing that can
|
|
tell Calendula apart from the system's date surfaces and every other
|
|
calendar app.
|
|
|
|
Redrawn for 24dp from design/icon/calendula_notification.svg rather than
|
|
scaled down from the launcher mark — the numeral "1" is dropped and the
|
|
bloom's petals are filled instead of stroked, both of which turn to mush at
|
|
this size. Stays opaque white on transparent; any colour here is discarded.
|
|
-->
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<!-- Calendar body, left open at the bottom-right where the bloom sits -->
|
|
<path
|
|
android:strokeColor="#FFFFFFFF"
|
|
android:strokeWidth="1.9"
|
|
android:strokeLineCap="round"
|
|
android:strokeLineJoin="round"
|
|
android:pathData="M1.4,5.4H18.6M18.6,9.43V4.7C18.6,2.99 17.21,1.6 15.5,1.6H4.5C2.79,1.6 1.4,2.99 1.4,4.7V15.7C1.4,17.41 2.79,18.8 4.5,18.8H9.63" />
|
|
<!-- Calendula bloom: eight filled petals around a filled centre -->
|
|
<path
|
|
android:fillColor="#FFFFFFFF"
|
|
android:pathData="M17.6,16.35Q20.42,18.65 23.25,16.35Q20.42,14.05 17.6,16.35Z" />
|
|
<path
|
|
android:fillColor="#FFFFFFFF"
|
|
android:pathData="M17.26,17.16Q17.63,20.79 21.26,21.16Q20.89,17.53 17.26,17.16Z" />
|
|
<path
|
|
android:fillColor="#FFFFFFFF"
|
|
android:pathData="M16.45,17.5Q14.15,20.33 16.45,23.15Q18.75,20.33 16.45,17.5Z" />
|
|
<path
|
|
android:fillColor="#FFFFFFFF"
|
|
android:pathData="M15.64,17.16Q12.01,17.53 11.64,21.16Q15.27,20.79 15.64,17.16Z" />
|
|
<path
|
|
android:fillColor="#FFFFFFFF"
|
|
android:pathData="M15.3,16.35Q12.47,14.05 9.65,16.35Q12.47,18.65 15.3,16.35Z" />
|
|
<path
|
|
android:fillColor="#FFFFFFFF"
|
|
android:pathData="M15.64,15.54Q15.27,11.91 11.64,11.54Q12.01,15.17 15.64,15.54Z" />
|
|
<path
|
|
android:fillColor="#FFFFFFFF"
|
|
android:pathData="M16.45,15.2Q18.75,12.38 16.45,9.55Q14.15,12.38 16.45,15.2Z" />
|
|
<path
|
|
android:fillColor="#FFFFFFFF"
|
|
android:pathData="M17.26,15.54Q20.89,15.17 21.26,11.54Q17.63,11.91 17.26,15.54Z" />
|
|
<path
|
|
android:fillColor="#FFFFFFFF"
|
|
android:pathData="M16.45,13.85A2.5,2.5 0 1,1 16.45,18.85A2.5,2.5 0 1,1 16.45,13.85Z" />
|
|
</vector>
|