How do you all usually style your apps made with A...
# anko
j
How do you all usually style your apps made with Anko? I've been creating a file called
Style.kt
for each project that contained extension functions on the various types of views named
styleDefault()
and
styleAuth()
, etc. I know Anko has a built in style function, but because it acts recursively on everything it's harder to style specific objects in certain ways. Clients are too frequently specific about little style things for us to use it.