16 lines
272 B
Kotlin
16 lines
272 B
Kotlin
package com.myapp
|
|
|
|
import android.app.Fragment
|
|
import java.io.File
|
|
import kotlinx.android.synthetic.layout.*
|
|
|
|
public class MyFragment : Fragment() {
|
|
{login}
|
|
}
|
|
|
|
// 1 GETSTATIC
|
|
// 6 INVOKEVIRTUAL
|
|
// 2 CHECKCAST
|
|
// 2 _\$_findCachedViewById
|
|
// 1 findViewById
|
|
// 1 getView |