增加状态栏通知图标动态更新,取消对新的开发版修复通知图标只有一个的问题

This commit is contained in:
2022-03-23 02:49:19 +08:00
parent cf80becf4e
commit ca27c17c46
11 changed files with 223 additions and 151 deletions

View File

@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:autoMirrored="true"
android:tint="@color/white"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="@android:color/white"
android:pathData="M9.01,14H2v2h7.01v3L13,15l-3.99,-4V14zM14.99,13v-3H22V8h-7.01V5L11,9L14.99,13z" />
</vector>