In general, if you are targeting stuff, then you should set colorPrimary (action bar, replays), colorPrimaryDark (status bar) and colorAccent (flags, progress indicators, etc.) in your theme.
However, you can dynamically change the color of the retentates using something else:
TaskDescription taskDesc = new TaskDescription(myTitle, myIcon, myColor); myActivity.setTaskDescription(taskDesc);
alanv
source share