相关疑难解决方法(0)

如何在Lollipop中获取自定义通知的默认通知背景颜色?

我在Lollipop中的自定义通知背景颜色有问题.它是黑色的应该是白色的.textColor没问题:

我正在使用

<resources>
    <style name="NotificationText" parent="android:TextAppearance.StatusBar.EventContent" />
    <style name="NotificationTitle" parent="android:TextAppearance.StatusBar.EventContent.Title" />
</resources>
Run Code Online (Sandbox Code Playgroud)

知道如何使用设备默认主题颜色进行自定义通知吗?

notifications android android-5.0-lollipop

18
推荐指数
3
解决办法
7777
查看次数

如何在Android中更改通知背景颜色?

如何在Android中更改通知颜色?我尝试了这段代码,但只更改了标题和图标的颜色。

NotificationCompat.Builder(mContext,NOTIFICATION_CHANNEL_ID).setColorized(true).setColor(Color.parseColor("#f7da64")
Run Code Online (Sandbox Code Playgroud)

在此处输入图片说明

android

6
推荐指数
1
解决办法
5150
查看次数