Billy Newman
TopAppBar( 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
Modifier.offset(x = (-12).dp, y = (-4).dp)
actions = { IconButton(modifier = Modifier.padding(end = 16.dp), onClick = {}......
A modern programming language that makes developers happier.