I am trying to use floatingActionButton and try to add icon which is in a vector.xml. But there is only image and or shape and nothing for vectorImage. Is there any way to do that.
DrawVector return type is Unit and FloatingActionButton icon field accepts only image. Hence, DrawVector is not working.
Is there is any other possible way to do this ?