When I do the following
ActionBar actBar = getSupportActionBar();
actBar.setDisplayShowHomeEnabled(true);
actBar.setIcon(R.drawable.noconnection);
The icon is left of Title.
I like to have at right end of the bar at "Here" text position.
How can I do in Android?