Improve media notification small icon#230
Open
ayyyyano wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
描述 / Description
变更目的
修复类原生系统下的媒体通知图标显示,已在 PixelOS (OnePlus 13T) 及 AviumUI 16 (Xiaomi 13) 上测试通过。相关图片见其他信息部分。
变更动机
同 #140 ,当前使用图标与系统整体界面不够协调,修改后可以进一步提升美观度。
实现方式
新增用于通知的透明图标资源,并让媒体播放器通知使用专用图标。
风险与兼容性影响
未知。可用于测试的设备不足。
类型 / Type
修复或解决的问题 / Issues Fixed or Closed by This PR
#140
清单 / Checklist
其他信息 / Additional Information
修复前效果
修复后效果
本地检查结果
./gradlew :app:assembleDebug: 成功构建调试版并运行./gradlew :app:testDebugUnitTest: 单元测试通过./gradlew :app:lintDebug: 执行成功