alorma
02/25/2021, 2:59 PMTopBar
shows the arrow in a really strange position...is it intended?
Scaffold(
topBar = {
TopAppBar(
navigationIcon = { Icon(
imageVector = Icons.Default.ArrowBack,
contentDescription = "back"
) },
title = { Text(text = "Puppy ${puppyId.value}") },
backgroundColor = MaterialTheme.colors.primary,
)
}) {
}
Se7eN
02/25/2021, 3:10 PMIconButton
for the right positionalorma
02/25/2021, 4:04 PMIconButton
works perfect