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"
tray this:
getSupportActionBar().setHomeAsUpIndicator(R.drawable.ic_close);
inside onCreate();
onCreate()