android - ActionBarSherlock - remove the app icon in the Action View (and other styling issues) -
android - ActionBarSherlock - remove the app icon in the Action View (and other styling issues) -
i have started using actionbarsherlock , i'm having minor styling issues. don't want app icon displayed on left side, , achieved with
getsupportactionbar().setdisplayshowhomeenabled(false);
however in 1 of activities want have collapsible action view (a search view). when set searchview action view , drill it, app icon appears again. have thought how rid of it?
and issue divider between buttons, how can set drawable?
i'll appreciate help!
well, found workaround icon issue, don't it. there should away create go away in search mode...
for now, set transparent color icon drawable:
getsupportactionbar().seticon(android.r.color.transparent);
still looking improve ideas though!
android android-actionbar actionbarsherlock android-styles
Comments
Post a Comment