Nikolas Guillen Leon
10/17/2023, 9:35 AMJonas
10/17/2023, 9:51 AMNikolas Guillen Leon
10/17/2023, 9:53 AMsindrenm
10/17/2023, 10:32 AMNikolas Guillen Leon
10/17/2023, 10:35 AMsindrenm
10/17/2023, 10:46 AMNikolas Guillen Leon
10/17/2023, 10:48 AMascii
10/17/2023, 11:14 AMitems()
even achieve? You want individual items to be expandable, yes?
Text(text, Modifier.clickable { expand = true })
AnimatedVisibility(expand) { OtherContent() }
expand
be a part of the data class itself.Nikolas Guillen Leon
10/17/2023, 11:17 AMsindrenm
10/17/2023, 11:18 AMitems {}
block to animate down, and each item inside to fade in. That first animation wouldn't work with AnimatedVisibility
around each item.ascii
10/17/2023, 11:20 AMsindrenm
10/17/2023, 11:22 AMNikolas Guillen Leon
10/17/2023, 11:22 AMascii
10/17/2023, 11:27 AMsindrenm
10/17/2023, 11:30 AMwrap-content
RecyclerView back in the day. But I might be wrong.Nikolas Guillen Leon
10/17/2023, 11:34 AMsindrenm
10/17/2023, 11:35 AM