我尝试更改Chrome自定义标签中的关闭按钮的默认图标(CustomTabsIntent.Builder)
简单的测试代码:
Bitmap closeIcon = BitmapFactory.decodeResource(getResources(), R.mipmap.ic_launcher); intentBuilder.setCloseButtonIcon(closeIcon);
但没有任何反应.为什么?(Nexus 7,Marshmallow)