Zach Klippenstein (he/him) [MOD]
01/29/2020, 10:38 PMView
nested inside a compose container, is that true?Mihai Popa
01/29/2020, 10:42 PMZach Klippenstein (he/him) [MOD]
01/29/2020, 10:43 PMlouiscad
02/01/2020, 11:48 PMZach Klippenstein (he/him) [MOD]
02/02/2020, 12:10 AMView
that has a Context
constructor with a named parameter for each settable property. E.g. TextView(text = "Hello")
. You could make a wrapper view that has a layout id property to inflated as a child to support XML views using this API if you needed it.Zach Klippenstein (he/him) [MOD]
02/02/2020, 12:18 AM