是否可以在Android上显示彩色的html RTF通知?

时间:2019-05-27 06:38:40

标签: android push-notification android-push-notification

我想显示由用户设计的自定义通知作为通知。例如,我有以下通知:

<h2>
    <span style="background-color: rgb(255, 156, 0);">Testing</span> 
    <u style="">HTML</u>&nbsp;
    <span style="font-weight: 400;">tags </span>
    <span style="background-color: rgb(231, 99, 99);">highlight</span> 
    <span style="font-weight: 400;"> test.</span>
</h2>

我使用Spanned htmlText = Html.fromHtml(msg);来解析消息。 显示通知时,我确实看到了粗体和下划线文本, 但我看不到任何突出显示的内容。反正有实现它并显示颜色的方法,还是Android根本不支持它?

0 个答案:

没有答案