I want to set title and subtitile of my action bar before compile time. I got a way to do it like this:
ActionBar ab = getActionBar(); ab.setTitle(\"My Title
supportActionBar?.title = "Hola tio" supportActionBar?.subtitle = "Vamos colega!"