I\'m trying to implement ActionBarSherlock because I was told it is relatively easy to implement and customize. I\'ve found it was pretty easy to implement, but I\'m trying
I just used
getSupportActionBar().setBackgroundDrawable(new ColorDrawable(Color.parseColor("#00853c")));
It changed the background color. Hope it helps.