Kotlin之Fragment

2020-10-26  本文已影响0人  小赵不在

Kotlin中引用控件Id 有两种方法:

1. onCreateView()

 tv_show = view?.findViewById(R.id.tv_show) as TextView.

2.importkotlinx.android.synthetic.main.fragment_home.*

onViewCreated()

推荐第2种,省去了findViewById,节约大量代码

上一篇下一篇

猜你喜欢

热点阅读