Is there any way to change a title color in Chrome Custom Tabs?
I applied Chrome custom tabs to show a web page. To do, I utilized CustomTabsIntent.Builder class. Howev
You can't change color of tittle programmatically in Chrome Custom Tab. The only way you can follow is Material Design Specifications.
If you have primary and primaryDark color of your app with dark shade, than Custom Tabs will use dark tittle, dark close button and dark overflow menu button.
If you have primary and primaryDark color with light shade, than Chrome Custom Tabs will use light tittle etc.
So, you must pay attention on number of you primary and primaryDark color.