tgmcians
// Set the title of toolbar toolbar?.apply { val textView: TextView = toolbar!!.findViewById(R.id.titleToolbar) textView.text = getString(R.string.tb_home) }