Aero
Aero

Reputation: 59

Android Wear notification: dynamic big text in title

I'd like to recreate the standard google calendar notification on Android Wear. It looks like this: enter image description here

Where the 25 is the minutes remaining until the start of your appointment, which updates every minute. I can create notifications with title, text, icon and background but I have no idea how to create big dynamic text next to the title. Any suggestions?

Upvotes: 0

Views: 151

Answers (1)

Jimmy Chen
Jimmy Chen

Reputation: 187

first, it is not dynamic text, just update the notification every minute about big text, you use span to implement it, AbsoluteSpan may help you

Upvotes: 1

Related Questions