Reputation: 59
I'd like to recreate the standard google calendar notification on Android Wear. It looks like this:
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
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