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