Android artifacts, Action bar -


i have no idea why there arifacts on actionbar. looks that:

artifacts

application style defined in manifest:

android:style/theme.holo 

in activity:

actionbar ab = getactionbar(); ab.setdisplayshowhomeenabled(false); ab.setdisplayshowtitleenabled(false); 

how fix that.

you need set background actionbar:

actionbar actionbar = getactionbar(); actionbar.setbackgrounddrawable(getresources().getdrawable(android.r.drawable.screen_background_dark)); 

that did me;


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -