1

How in Android Wear app set icon on top of card like on picture below (green icon)

enter image description here

Thank you very much!

Kiryl Ivanou
  • 1,015
  • 2
  • 12
  • 22
  • downvoating because this is the app icon in the default way notifications look on android wear - http://developer.android.com/design/patterns/notifications.html#notifications_on_android_wear – thepoosh Jul 07 '15 at 19:41

1 Answers1

2

You have to use setContentIcon from the WearableExtender

From the doc

Set an icon that goes with the content of this notification.

Blackbelt
  • 156,034
  • 29
  • 297
  • 305