I could not change the color of back button. I am using toolbar material design. In my app I am applying black background of tool bar but the back design is being black by d
You can add this code into your java class. But you must create a vector asset before, so you can customize your arrow back.
actionBar.setHomeAsUpIndicator(R.drawable.ic_arrow_back_black_24dp);