Rafs
12/03/2020, 11:27 AMFloatingActionButton
?allan.conda
12/03/2020, 11:27 AM* @param content the content of this FAB - this is typically an [Icon].
Rafs
12/03/2020, 11:31 AMimageResource()
Kshitij Patil
12/03/2020, 11:43 AMvectorResource
for thatRafs
12/03/2020, 11:46 AMIcon
composable which accepts the ImageVector
produced from vectorResource
Kshitij Patil
12/03/2020, 11:46 AMRafs
12/03/2020, 11:48 AMallan.conda
12/03/2020, 11:49 AMKshitij Patil
12/03/2020, 11:49 AMasset
André Kindwall
12/03/2020, 1:04 PMFloatingActionButton(
modifier = modifier
.padding(FabPadding)
.align(Alignment.BottomEnd),
onClick = onClick
) {
Icon(imageVector = vectorResource(id = R.drawable.ic_add))
}
allan.conda
12/03/2020, 2:24 PMAndré Kindwall
12/03/2020, 3:04 PM