I have been able to customize the action bar's background, logo image and text color using suggestions from these :
Android: How to change the ActionBar "Home" Icon to be something other than the app icon?
The last piece I want to customize is the backbutton image. It's grey by default and I would like it to be white. Either changing the color, specifying a drawable or simply making it transparent (and adding the chevron to my customized logo image) would work. How do I go about that? Thanks in advance!
setDisplayHomeAsUpEnabled()onActionBar. It is specifically NOT supposed to simply go "back". It means that tapping the app icon will go "up" a hierarchy rather than back to the previous activity (as does the BACK button on the system bar). – CommonsWare Feb 13 at 12:16