Android Examples
Monday, 8 September 2014
disble actionbar icon in android
disble actionbar icon in android
this code used to disable icon in the actionbar
getActionBar().setIcon(new ColorDrawable(getResources().getColor(android.R.color.transparent)));
if you want to change icon in actionbar ,use setIcon() to set the icon.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment