Billy Newman
11/07/2022, 8:39 PMBilly Newman
11/07/2022, 8:39 PMBilly Newman
11/07/2022, 8:41 PMTopAppBar(
title = {
Text(
text = "Test"
)
},
navigationIcon = {
IconButton(onClick = { } ) {
Icon(<http://Icons.Default.Menu|Icons.Default.Menu>, contentDescription = "Navigation")
}
},
actions = {
BadgedBox(
badge = { Badge { Text("8") } }
) {
IconButton(onClick = { } ) {
Icon(Icons.Default.FilterList, contentDescription = "")
}
}
}
)
yogaboy
11/07/2022, 9:18 PMModifier.offset(x = (-12).dp, y = (-4).dp)
yogaboy
11/07/2022, 9:30 PMyogaboy
11/07/2022, 9:32 PMactions = {
IconButton(modifier = Modifier.padding(end = 16.dp),
onClick = {}......