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

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -