Details:
I\'m extending ActionBarActivity. Eclipse and SDK fully patched as of 2011-11-06.
If you are using androidx AppCompact. Use below code.
androidx.appcompat.app.ActionBar actionBar = getSupportActionBar(); actionBar.setBackgroundDrawable(new ColorDrawable("Color"));