I would like to set an image in action bar like the image shown
I have tried the following code:
actionBar = getActionBar();
actionBar.setSelectedNavigationItem(position);
actionBar.setDisplayOptions(ActionBar.DISPLAY_SHOW_CUSTOM);
actionBar.setDisplayHomeAsUpEnabled(true);
actionBar.setHomeButtonEnabled(true);
actionBar.setDisplayShowHomeEnabled(true);
actionBar.setCustomView(R.layout.android_frag);
You can use Toolbar to set custom layout on toolbar
Try the CollapsingToolbarLayout