修复点击效果和安装权限问题

- 修复Hook类中canRequestPackageInstalls()返回false导致的安装失败问题
- 优化点击效果颜色,从刺眼的亮黄色改为柔和的半透明白色
- 调整选中状态背景色,使用更柔和的半透明黄色
- 清理项目中的临时文件和重复文件
- 更新版本号到3.0.8
This commit is contained in:
您的名字
2025-10-14 17:50:42 +08:00
parent cf56f091f3
commit 54280b68eb
294 changed files with 166 additions and 36501 deletions
@@ -3,7 +3,7 @@
android:color="?attr/colorControlHighlight">
<item android:id="@android:id/background">
<shape android:shape="rectangle">
<solid android:color="@color/yellow_500" />
<solid android:color="@color/yellow_50" />
<corners android:radius="8dp" />
<padding
android:bottom="18dp"