Can't change Chrome Custom Tabs navigation bar color when running in the Android Emulator
问题 Specifying colors for Chrome Custom Tabs seems a bit wonky. There are three colors you can specify: the toolbar color, "secondary toolbar" color, and navigation bar color. There seem to be two methods to controlling these. One is to set the three properties directly in the Builder, like so: val builder = CustomTabsIntent.Builder() builder.setToolbarColor(ContextCompat.getColor(context, R.color.colorPrimary)) builder.setSecondaryToolbarColor(ContextCompat.getColor(context, R.color