Skip to main content

New answers tagged

0 votes

Emoji2 emojipicker inside compose ModalBottomSheet doesn't scroll

To anyone still encountering this issue, I workaround it by setting sheetGesturesEnabled = false, on the ModalBottomSheet
Viish's user avatar
  • 501
0 votes

Jetpack Compose take screenshot of composable function?

From official Android documentation: val coroutineScope = rememberCoroutineScope() val graphicsLayer = rememberGraphicsLayer() Box( modifier = Modifier .drawWithContent { // ...
arenaq's user avatar
  • 2,410
0 votes

How to center and space boxes in Jetpack Compose?

Arrangement spacedBy APIs have overloads that take a 2nd parameter for the Alignment /** * Place children horizontally such that each two adjacent ones are spaced by a fixed [space] * ...
Damien Diehl's user avatar

Top 50 recent answers are included