fboldog
childrenSequence().forEach { child.typeface = when(it) { is TextView -> v is ViewGroup -> v else -> null //or whatever } }