Usually icons are set for floating action buttons, but I need to set an image, so I can make a circular image.
I added it to the project (using Android Studio-> New
Set the following property for the FAB
android:scaleType="center"
if that does not work try using property
app:fabSize="mini"