I use ActionBarSherlock with theme Theme.Sherlock.ForceOverflow (for using on pre Honeycomb devices) and I need turn off blue line under my ActionBar....is it possible?
SOLUTION: here
I use ActionBarSherlock with theme Theme.Sherlock.ForceOverflow (for using on pre Honeycomb devices) and I need turn off blue line under my ActionBar....is it possible?
SOLUTION: here
I'm not sure if you can remove the bar but you could change the colour of the bar to match that of the background colour?
If you want to try it try this:
That blue line under the ActionBar is part of the background image (which is a 9 patch). Change the background image, or set it to a solid color, and the blue bar will go away.
Another way to solve the problem:
Only solves the problem locally though.