enableActionBar
True if you want to show the ActionBar,false otherwise.
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
enableActionBar(true)
... //Other setting
}
Content copied to clipboard