Github wiki ページには、Activity
インスタンスで使用されるこの例が示されています。
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
verticalLayout {
padding = dip(30)
editText {
hint = "Name"
textSize = 24f
}
editText {
hint = "Password"
textSize = 24f
}
button("Login") {
textSize = 26f
}
}
}
の中で同じことをする方法はFragment
?
verticalLayout
そのブロックを入れようとしましonCreateView
たが、メソッドを解決できません。依存関係を追加しましanko-support-v4
たが、まだうまくいきません。