-3

I want to change the blue color line under the ActionBarSherlock to green color or other colors. I have tried so many ways to accomplish it but ending up failure, the core part is the blue line always exist.

Could anyone has the good way to solve it?

In addition, I prefer to make it by code instead of the generator project recommended by others.

Please instruct me in a detail code or step,any advice would be appreciated,Thanks in advance.

Ajay S
  • 48,003
  • 27
  • 91
  • 111

1 Answers1

0

Try this code sample:

actionBar.setBackgroundDrawable(null);
Tim
  • 2,563
  • 1
  • 23
  • 31
Shivam Verma
  • 7,973
  • 3
  • 26
  • 34