extender.setBackground(BitmapFactory.decodeResource( getResources(), R.drawable.notif_background)); extender.setContentIcon(R.drawable.ic_message); extender.setHintHideIcon(true); extender.extend(builder);! § Android Wear cards have 400 x 400 background that should be placed into the drawable-nodpi folder!
a note"); remoteInputBuilder.setChoices( new String[] {"Interesting", "Share", "Read up on this"}); NotificationCompat.Action.Builder actionBuilder = new NotificationCompat.Action.Builder( R.drawable.write_note, "Speak a note", pendingIntent); actionBuilder.addRemoteInput(remoteInputBuilder.build()); extender.addAction(actionBuilder.build());