Does anyone know how I can apply a style resource ...
# anko
t
Does anyone know how I can apply a style resource to a button?
Copy code
button {
   textSize = 14f
   textResource = R.string.save_search
}.apply {
   R.style.BlueButtonStyle
}
is not working