How to change a title color in Chrome Custom Tabs

前端 未结 4 1052
自闭症患者
自闭症患者 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:47

    Set the toolbar color.

    intentBuilder.setToolbarColor(ContextCompat.getColor(this, R.color.colorPrimary));
    

提交回复
热议问题