Set an image in actionbar
问题 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); 回答1: Try the CollapsingToolbarLayout <?xml version="1.0" encoding="utf-8"?> <android.support