We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
(标题不是模糊半径,而是模糊背景半径) 在不同设备上,背景半径显示不一样,在部分设备上会过大,所以请求可以自定义半径大小
模糊半径
模糊背景半径
https://github.com/ReChronoRain/HyperCeiler/blob/main/app/src/main/java/com/sevtinge/hyperceiler/module/hook/systemui/lockscreen/BlurButton.kt 应该是位于这里的代码,在 HyperOS 上通过反编译修改本类里所有的40(0x28)后发现,值越大半径越小 但因为是反编译修改的结果,不确定修改源代码是是否也是值越大半径越小;此外也没确定 oldBlur 是否同样(我懒XD)
40
0x28
↑10(0xa) ↑60(0x3c)
10
0xa
60
0x3c
The text was updated successfully, but these errors were encountered:
支持
Sorry, something went wrong.
feat: Lock screen button blur radius
bd4aa90
close issue #792
No branches or pull requests
需求内容
(标题不是
模糊半径
,而是模糊背景半径
)在不同设备上,背景半径显示不一样,在部分设备上会过大,所以请求可以自定义半径大小
实现思路&截图
https://github.com/ReChronoRain/HyperCeiler/blob/main/app/src/main/java/com/sevtinge/hyperceiler/module/hook/systemui/lockscreen/BlurButton.kt
应该是位于这里的代码,在 HyperOS 上通过反编译修改本类里所有的
40
(0x28
)后发现,值越大半径越小但因为是反编译修改的结果,不确定修改源代码是是否也是值越大半径越小;此外也没确定 oldBlur 是否同样(我懒XD)
简单例子
↑
10
(0xa
)↑
60
(0x3c
)The text was updated successfully, but these errors were encountered: