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
Post a Comment