简体   繁体   中英

Notification Icon in status bar is not changing in few android devices

How do I can change the color of notification icon in status bar against the other application themes?

在此处输入图像描述

From the above image the last icon belongs to my application. But I can see the other applications notification icon color is changing against theme (Compare two images).

This is working fine in few devices. But this is not working in some other devices. For example the above picture I took from Huawei, but the other application icon color changed.

Please help me to find the solution

This could be a compatibility issue based on different mobile provider. Can you please tell what base theme are you using for your application? You can find that information at your app(in the android view for android studio)->java->res->values->styles.xml.

EDIT

Remove DarkActonBar and try to only use DayNight. Then enforce dark action bar by checking the mode in the launcher activity's onCreate.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM