mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
8 lines
191 B
Kotlin
Vendored
8 lines
191 B
Kotlin
Vendored
import android.view.*
|
|
import android.app.*
|
|
import android.widget.*
|
|
import kotlinx.android.synthetic.main.layout.*
|
|
|
|
class MyActivity : Activity() {
|
|
init { textView.setText("Some text") }
|
|
} |