Tin Tran
02/21/2024, 9:57 AMFragment
which contain a RecyclerView
and want to render it in my compose app
I’m using AndroidViewBinding(MyFragment::inflate)
but it wont show unless I put a specific height for it using Modifier.height
Is there a way to make it show without specifying the height?
P/S: Modifier.onGloballyPositioned
returned the layout height is 0px 🤦Lukas Anda
02/21/2024, 10:09 AMTin Tran
02/21/2024, 10:11 AMTin Tran
02/21/2024, 10:11 AMLukas Anda
02/21/2024, 10:15 AMTin Tran
02/21/2024, 10:16 AMZach Klippenstein (he/him) [MOD]
02/21/2024, 4:30 PMZach Klippenstein (he/him) [MOD]
02/21/2024, 4:31 PMLukas Anda
02/22/2024, 8:49 AMZach Klippenstein (he/him) [MOD]
02/22/2024, 3:35 PM