I\'m using card view for floating action button in android material design. I\'m using following code for get the circle
To get a perfect circle shape using a card view, corner radius should be 1/2 of width or height (taking into consideration that it is a square). also, I have noticed that you are using card_view params, don't.