Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to change the notification Dot's color on Android Oreo

Android Oreo has option to show notification dot for any new push notification. However, it is not documented anywhere whether it is possible to change the color of Notification dot programatically.

enter image description here

Any suggestions?

like image 289
Akshay Avatar asked Oct 12 '17 06:10

Akshay


People also ask

How do I change my notification dots?

Or, you can open the settings app like you normally would. Once you're in Settings, go to Apps & Notifications > Notifications > Allow notifications dots and toggle off the option.

How do you change app notification color?

Type in the app name>press the + button>when you see the colored dot next to app name, press it to change the color. Do this for all the apps you want colored. At the moment you can only do app colors through Keyword as app color through Edge Lighting isn't available.

How do I change the color of my notification banner?

Step 1: After opening the android studio and creating a new project with an empty activity. Step 2: Navigate to res/values/colors. xml, and add a color that you want to change for the status bar.


1 Answers

It seems that this color is taken based on app colors icon - probabbly most frequently used color.

enter image description here

like image 70
BartB Avatar answered Oct 25 '22 14:10

BartB