Skip to content

Instantly share code, notes, and snippets.

@jollygreenegiant
Created July 1, 2025 16:19
Show Gist options
  • Save jollygreenegiant/c14bb58421cccdb9b019da9648cb12cd to your computer and use it in GitHub Desktop.
Save jollygreenegiant/c14bb58421cccdb9b019da9648cb12cd to your computer and use it in GitHub Desktop.
setContent {
EdgeToEdgeTheme {
Scaffold(modifier = Modifier.fillMaxSize()) { innerPadding ->
AppContent(
modifier = Modifier.padding(innerPadding)
)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment