21 lines
544 B
Kotlin
21 lines
544 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.textView1: ft<View, View?>
|
|
get() = findViewById(0) : View
|
|
|
|
val android.view.View.textView2: ft<TextView, TextView?>
|
|
get() = findViewById(0) as TextView
|
|
|