I\'m trying to create a floating button in my app. The button is there, but the image in the button is a bit upwards (see image).
I can\'t figure out what\
Best solution is not to hardcode the FAB's dimension.
Icon will be centered with attribute android:scaleType="center"
android:scaleType="center"