mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
11 lines
193 B
Kotlin
Vendored
11 lines
193 B
Kotlin
Vendored
package com.myapp
|
|
|
|
import android.app.Fragment
|
|
import kotlinx.android.synthetic.main.layout.*
|
|
|
|
public class MyFragment : Fragment() {
|
|
override fun onResume() {}
|
|
val button = NEWNAME
|
|
}
|
|
|