Pablo
02/11/2025, 7:44 PMScaffold
? I'm trying it with Scaffold(
modifier = Modifier.wrapContentHeight()
but the content of the scaffold
is filling the entire screen height even having it a single line text on itZach Klippenstein (he/him) [MOD]
02/11/2025, 7:59 PMwrapContentHeight
won't do anything on a layout that fills max size, which must be what Scaffold
is doing.Pablo
02/11/2025, 8:03 PMPablo
02/11/2025, 8:04 PMPablo
02/11/2025, 8:04 PMZach Klippenstein (he/him) [MOD]
02/11/2025, 8:05 PMZach Klippenstein (he/him) [MOD]
02/11/2025, 8:05 PM