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"
I did the below code onCreate() and worked with me
onCreate()
getSupportActionBar().setHomeAsUpIndicator(R.drawable.ic_yourindicator);