val title = dialog.findViewById<TextView>(android.R.id.title)
title!!.setTypeface(null, Typeface.BOLD)
никакого эффекта
val tv = findViewById(R.id.textViewOne) as TextView tv.setTypeface(null, Typeface.BOLD_ITALIC)
через стили не пробовал?
Обсуждают сегодня