I am using FAB button for profile picture but it is already having some padding. I am using following code for creating FAB button.
add this in your fab xml layout
android:elevation="0dp" app:elevation="10dp" app:useCompatPadding="true"
This will do the job. Worked perfectly for me.