android - Change style of specific item in drop-down -


i have drop-down in action bar different categories , want highlight categories. how can make bold text of specific item of drop-down?

spanned text = html.fromhtml("<b>bold text</b>"); submenu.add(0, 4, 0, text).seticon(r.drawable.top_menu_settings_icon); 

i hope code achieve purpose.


Comments

Popular posts from this blog

Prolog - Listing -

orchardcms - change base url in local copy in Orchard CMS -

linear regression - Trying to get confidence/prediction intervals with `predict.lm` in R, but I keep getting an error regarding my dichotomous variable -