Remove ActionBar subtitle / Reset ActionBar text
Call ActionBar.setSubtitle(null)
, this will change the visibility of the subtitle TextView
to View.GONE
.
Source
ActionBarView.setSubtitle
Call ActionBar.setSubtitle(null)
, this will change the visibility of the subtitle TextView
to View.GONE
.
Source
ActionBarView.setSubtitle