mirror of
https://github.com/fankes/MIUINativeNotifyIcon.git
synced 2025-09-06 02:35:32 +08:00
20 lines
780 B
XML
20 lines
780 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="32dp"
|
|
android:height="32dp"
|
|
android:viewportWidth="48"
|
|
android:viewportHeight="48">
|
|
<path
|
|
android:fillColor="#00000000"
|
|
android:pathData="M10,38V18C10,10.268 16.268,4 24,4C31.732,4 38,10.268 38,18V38M4,38H44"
|
|
android:strokeWidth="4"
|
|
android:strokeColor="#ffffff"
|
|
android:strokeLineCap="round"
|
|
android:strokeLineJoin="round" />
|
|
<path
|
|
android:fillColor="#00000000"
|
|
android:pathData="M24,44C26.761,44 29,41.761 29,39V38H19V39C19,41.761 21.239,44 24,44Z"
|
|
android:strokeWidth="4"
|
|
android:strokeColor="#ffffff"
|
|
android:strokeLineCap="round"
|
|
android:strokeLineJoin="round" />
|
|
</vector> |