16 lines
325 B
Kotlin
16 lines
325 B
Kotlin
package com.myapp
|
|
|
|
import android.app.Activity
|
|
import kotlinx.android.synthetic.layout.*
|
|
import kotlinx.android.synthetic.layout1.*
|
|
|
|
class MyActivity: Activity() {
|
|
val button = this.login
|
|
val button1 = this.loginButton
|
|
}
|
|
|
|
// 2 GETSTATIC
|
|
// 5 INVOKEVIRTUAL
|
|
// 3 CHECKCAST
|
|
// 3 _\$_findCachedViewById
|
|
// 1 findViewById |