mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: edgeToEdge tweaks, chip elevation (#1962)
This commit is contained in:
parent
9f0765526d
commit
3eefe4b66c
9 changed files with 56 additions and 97 deletions
|
|
@ -99,6 +99,7 @@ enum class TopLevelDestination(val label: String, val icon: ImageVector, val rou
|
|||
@Suppress("LongMethod")
|
||||
@Composable
|
||||
fun MainScreen(
|
||||
modifier: Modifier = Modifier,
|
||||
viewModel: UIViewModel = hiltViewModel(),
|
||||
onAction: (MainMenuAction) -> Unit
|
||||
) {
|
||||
|
|
@ -146,6 +147,7 @@ fun MainScreen(
|
|||
}
|
||||
|
||||
Scaffold(
|
||||
modifier = modifier,
|
||||
topBar = {
|
||||
MainAppBar(
|
||||
title = title,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue