mirror of
https://github.com/fankes/MIUINativeNotifyIcon.git
synced 2025-09-05 10:15:31 +08:00
11 lines
638 B
XML
11 lines
638 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="150dp"
|
|
android:height="150dp"
|
|
android:viewportWidth="1024"
|
|
android:viewportHeight="1024">
|
|
|
|
<path
|
|
android:fillColor="@color/white"
|
|
android:pathData="M192,736 L192,416C192,261.2 302,132.1 448,102.4L448,64C448,28.6 476.6,0 512,0 547.4,0 576,28.6 576,64L576,102.4C722,132.1 832,261.2 832,416L832,736 864.1,736C899.4,736 928,764.4 928,800 928,835.4 899.4,864 864.1,864L159.9,864C124.6,864 96,835.6 96,800 96,764.6 124.6,736 159.9,736L192,736ZM608,928C608,981 565,1024 512,1024 459,1024 416,981 416,928L608,928Z" />
|
|
</vector>
|