I am trying to change the default close button on the actionbar of the custom chrome tabs. I have tried to set using setCloseButtonIcon() However, the default c
setCloseButtonIcon()
why not you Add Image Asset and store in mipmap then it will be easier to use default icons inbuilt in android studio Assest Studio
After Uploading You can easily access icons and image from mipmap in xml file using src resource in ImageView for an instant
android:src="@mipmap/ic_launcher"