I set the toolbar subtitle, for example:
Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar); setSupportActionBar(toolbar); getExtra(); getSupportActionBar().setSubtitle("subtitle");
It works for other activities, but does not work for scrolling.
source share