feat: 升级到v3.1.0

- 实现定时按钮倒计时显示功能
- 适配pixel主题化图标展示
- 优化TimerDialog按钮宽度设计
This commit is contained in:
您的名字
2025-10-28 19:49:49 +08:00
parent 56251db9e7
commit 4a8a84a4eb
72 changed files with 1169 additions and 67 deletions
@@ -1,9 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/white" />
<!-- 使用纯色背景,自动适配深浅色模式 -->
<background android:drawable="@color/launcher_background" />
<!-- 前景图标:使用 inset 缩小显示(因为图标铺满了画布)-->
<foreground>
<inset
android:drawable="@mipmap/ic_launcher_foreground"
android:inset="20%" />
</foreground>
<!-- 主题图标:也需要使用 inset 保持大小一致 -->
<monochrome>
<inset
android:drawable="@mipmap/ic_launcher_foreground"
android:inset="20%" />
</monochrome>
</adaptive-icon>