android穿通知行动按钮背景颜色

时间:2014-11-06 08:03:10

标签: notifications action wear-os

我想将动作按钮bg蓝色更改为绿色,我可以使用哪种方法?蓝色应该是磨损动作按钮的默认颜色。

Notification.WearableExtender extender = new Notification.WearableExtender();
        extender.addAction(new Action(R.drawable.reply, context.getString(R.string.reply_message_btn), pendingReplyMessageIntent));
        extender.addAction(new Action(R.drawable.ignore, context.getString(R.string.not_to_disturb), pendingIgnoreTalkerIntent));
        extender.addAction(new Action(R.drawable.open_phone, context.getString(R.string.open_on_phone), pendingOpenPhoneIntent));
        notificationBuilder.extend(extender);

1 个答案:

答案 0 :(得分:3)

目前无法做到这一点 - 通知操作始终具有默认的蓝色背景。