Android Wear通知:标题中的动态大文字

时间:2014-11-01 13:06:13

标签: android android-notifications wear-os

我想在Android Wear上重新创建标准的Google日历通知。它看起来像这样: enter image description here

25是预约开始前剩余的分钟数,每分钟更新一次。 我可以使用标题,文本,图标和背景创建通知,但我不知道如何在标题旁边创建大动态文本。有什么建议吗?

1 个答案:

答案 0 :(得分:1)

首先,它不是动态文本,只是每分钟更新一次通知 关于大文本,你使用span来实现它,AbsoluteSpan可以帮助你