Kotlin / anko

Pleasant Android application development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The ToggleButton component contains an error (textOff / textOn)

Sleeder opened this issue · comments

When the component is initialized through the DSL, if you set only the "textOff" property, then the "text" property will not be overridden. I have to set the "text" property manually.