我正在 Kotlin 中创建自定义视图。
对于构造函数,我遵循了此处列出的建议:https ://blog.q42.nl/the-danger-of-assumptions-kotlin-with-android-custom-views-adb79bf2da45
我的问题是,现在 init 块无法识别 attrs 参数,因为它们不在主构造函数中。
我错过了什么吗?
我正在 Kotlin 中创建自定义视图。
对于构造函数,我遵循了此处列出的建议:https ://blog.q42.nl/the-danger-of-assumptions-kotlin-with-android-custom-views-adb79bf2da45
我的问题是,现在 init 块无法识别 attrs 参数,因为它们不在主构造函数中。
我错过了什么吗?