simple_auth icon indicating copy to clipboard operation
simple_auth copied to clipboard

Allow customising Chrome Custom Tabs color and title

Open josh-burton opened this issue 6 years ago • 0 comments

So the custom tabs feel like part of the app, it would be great to be able to customise the color and title.

https://developer.chrome.com/multidevice/android/customtabs

int color = getResources().getColor(R.color.ikea_blue);
intentBuilder.setToolbarColor(color);
intentBuilder.setShowTitle(true);

josh-burton avatar Jul 02 '19 22:07 josh-burton