18 lines
436 B
Kotlin
18 lines
436 B
Kotlin
package kotlinx.android.synthetic.layout.view
|
|
|
|
import android.app.*
|
|
import android.view.*
|
|
import android.widget.*
|
|
import android.webkit.*
|
|
import android.inputmethodservice.*
|
|
import android.opengl.*
|
|
import android.appwidget.*
|
|
import android.support.v4.app.*
|
|
import android.support.v4.view.*
|
|
import android.support.v4.widget.*
|
|
import kotlin.internal.flexible.ft
|
|
|
|
val android.view.View.button: ft<View, View?>
|
|
get() = findViewById(0)
|
|
|