version:1.9

fix:修复删除和安装apk时不更新图标
update:更换图标
This commit is contained in:
2022-03-30 14:06:08 +08:00
parent f6307220f2
commit 0508a71899
51 changed files with 1390 additions and 113 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<!--pb背景样式-->
<item
android:id="@android:id/background"
android:drawable="@drawable/pgs_bar_bg" />
<!--pb进度条样式-->
<item android:id="@android:id/progress">
<scale
android:drawable="@drawable/shape_pg_sb"
android:scaleWidth="100%" />
</item>
</layer-list>