Remove shadow below actionbar
I use actionbarsherlock. The piece of code below is responsible for changing it’s background to a custom one. <style name=”Widget.Styled.ActionBar” parent=”Widget.Sherlock.ActionBar”> <item name=”background”>@drawable/actionbar_bg</item> … Read more