I need add a image in between navigation button and drop-down in action-bar.How can I do this?
you need to call setIcon() it will change the icon
setIcon()
getActionBar(); ActionBar actionBar = getActionBar(); actionBar.setIcon(R.drawable.my_icon);
see this for more detail
Copyright © 2021 Jogjafile Inc.
you need to call
setIcon()it will change the iconsee this for more detail