android - Theme.Sherlock.Light.DarkActionBar shows white actionbar -


i can't seem fix it.

 <application     android:allowbackup="true"     android:icon="@drawable/ic_launcher"     android:label="@string/app_name"      android:theme="@style/theme.sherlock.light.darkactionbar" >     ... 

and have imported actionbarsherlock , implemented seemingly correct. theme.sherlock , theme.sherlock.light works perfectly.

the problem actionbar.setbackgrounddrawable(null);

which used in app remove blue divider. in design, removed whole background.

now design works it's suppose to, i'm stuck sort of horizontal divider between actionbar , content.


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -