Kotlin / anko

Pleasant Android application development
Apache License 2.0
15.88k stars 1.29k forks source link

the selector stuff to indicate if a text view is clicked not working? #160

Open future-challenger opened 8 years ago

future-challenger commented 8 years ago

i write some selector drawables including normal state and selected state. when i used them in verticalLayout in Activity.create(), it's not working.

is Anko designed to abandon all xml stuff, or i did something wrong?

yanex commented 8 years ago

Can you show some code?