2024-04-12
·
2 min read
·
#android 通知
Android 通知
Android developers通知設計指南: https://developer.android.goo […]
> 原文发布于主站:[查看原文](https://zhinengzuocang.cn/2024/04/12/android-%e9%80%9a%e7%9f%a5/)
<p>Android developers通知設計指南:</p>
<p><a href="https://developer.android.google.cn/design/ui/mobile/guides/home-screen/notifications?authuser=0&hl=zh-cn">https://developer.android.google.cn/design/ui/mobile/guides/home-screen/notifications?authuser=0&hl=zh-cn</a></p>
<p>Android App 使用通知指南:</p>
<p><a href="https://developer.android.google.cn/develop/ui/views/notifications?hl=zh-cn&authuser=0">https://developer.android.google.cn/develop/ui/views/notifications?hl=zh-cn&authuser=0</a></p>
<p></p>
<p>android自带 通知Style:</p>
<p>android.app.Notification.CallStyle <strong>MediaStyleNotificationHelper.MediaStyle</strong></p>
<p>DecoratedCustomViewStyle extends <em>Style</em></p>
<p>InboxStyle extends <em>Style</em></p>
<p>BigPictureStyle extends <em>Style</em></p>
<p>MessagingStyle extends <em>Style</em></p>
<p>BigTextStyle extends <em>Style</em></p>
<p>常见通知样式:</p>
<p>1.通话 2.信息 3.带快捷回复的 4.Inbox 5.同包名的聚合 6.大图 7.大文本 8.个性化通知RemoteView 9.音乐播放</p>