I\'m trying to use a FAB but the icon inside is placing at bottom right of the button:
FAB with icon not centered
This is the FAB definition in the xml:
Try
android:width="wrap_content" android:height="wrap_content" app:maxImageSize ="56dp"
on the fab. Worked for me