Cody Engel
10/24/2019, 4:25 AMFloatingActionButton
to display an image yet? I feel like I’m missing something very simple…
val resource = +vectorResource(R.drawable.ic_baseline_add)
FloatingActionButton(icon = resource) // takes an Image instead of Vector, how does one convert a Vector to an Image with Compose?
Andrey Kulikov
10/24/2019, 9:35 AM