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
Another way to solve the problem:
actionBar.setBackgroundDrawable(null);
Only solves the problem locally though.
1.4m articles
1.4m replys
5 comments
57.0k users