How to change a title color in Chrome Custom Tabs

前端 未结 4 1007
自闭症患者
自闭症患者 2021-02-05 10:14

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

4条回答
  •  日久生厌
    2021-02-05 10:50

    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.

提交回复
热议问题