mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
12 lines
218 B
Kotlin
Vendored
12 lines
218 B
Kotlin
Vendored
package com.myapp
|
|
|
|
import android.app.Fragment
|
|
import java.io.File
|
|
import kotlinx.android.synthetic.main.layout.*
|
|
|
|
public class MyFragment : Fragment() {
|
|
override fun onResume() {}
|
|
val button = <caret>login
|
|
}
|
|
|