📜  可扩展的 recyclerview android kotlin 代码示例
📅  最后修改于: 2022-03-11 14:53:34.404000             🧑  作者: Mango
代码示例1
//xml
//Kotlin in adapter
binding.expandedView.visibility = if (this.expand) View.VISIBLE else View.GONE