nickk
07/26/2019, 1:46 PMhhariri
miha-x64
07/29/2019, 9:07 AMnickk
07/29/2019, 9:39 AMmiha-x64
07/29/2019, 9:45 AMnickk
07/29/2019, 9:49 AMnickk
07/29/2019, 9:50 AM/** ****************************************************************
* Extend the anko DSL to support `ExpandableLayout`
* ***************************************************************** */
inline fun ViewManager.expandableLayout(init: ExpandableLayout.() -> Unit = {}): ExpandableLayout {
return ankoView({ ExpandableLayout(it) }, theme = 0, init = init)
}
ribesg
07/29/2019, 12:07 PMnickk
07/29/2019, 12:31 PMmiha-x64
07/29/2019, 12:33 PMlouiscad
07/29/2019, 12:39 PMlouiscad
07/29/2019, 12:43 PMnickk
07/29/2019, 12:46 PM