david.bilik
05/24/2017, 6:59 AMapplyStyle<TextView>(viewGroup = view, style = {
// set typeface only if it was not previously set
if (typeface == Typeface.DEFAULT) {
typeface = regular
}
})
but its not ideal and not scalable for different views and multiple attributes