I am attempting to change my home icon to a drawable. I am using the following code:
getSupportActionBar().setIcon(R.drawable.some_image);
This is not working! I have the image set in my theme, so perhaps this can not be overridden...
I have tried on gingerbread and honeycomb so far...