在Kotlin中,当kotlinx.android.synthetic用于访问View(例如Button)时,setEnabled()功能丢失了?该isEnabled()功能仍然存在.
kotlinx.android.synthetic
View
Button
setEnabled()
isEnabled()
我怎么样setEnabled()?
android kotlin
android ×1
kotlin ×1