I know how to change the homeAsUpIndicator in the styles xml file. The question is how to change it programmatically.
The reason I want to do it bec
This worked for me
getSupportActionBar().setHomeAsUpIndicator(R.drawable.my_home_as_up)