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 se
Solution 1:
Changing the navigation bar color works on a physical device, but not in the emulator.
Solution 2:
Instead of setColorSchemeParams(CustomTabsIntent.COLOR_SCHEME_DARK, params) you should try with setDefaultColorSchemeParams(params)
Post a Comment for "Can't Change Chrome Custom Tabs Navigation Bar Color When Running In The Android Emulator"