zt
05/23/2023, 2:52 AMBadgedBox(
badge = {
Badge {
Text("1")
}
}
) {
IconButton(onClick = onClickNotifications) {
Icon(
imageVector = Icons.Default.Notifications,
contentDescription = stringResource(R.string.notifications)
)
}
}
zt
05/23/2023, 2:57 AM