Clans / FloatingActionButton

Android Floating Action Button based on Material Design specification
Apache License 2.0
5.23k stars 1.13k forks source link

Floating Menu/Button Circle Background Set #413

Open AhmadullahSaikat opened 7 years ago

AhmadullahSaikat commented 7 years ago

Can anyone please give me guideline how to make floating action menu/button like that way?

e0e7e980-63a1-11e4-9c46-5f1dc047c0b8
baggednismo commented 7 years ago

Unlike the default android fab library you cannot change the background to be drawable as you would need to do to create that white stroke you want. To accomplish this, you will have to create the icons yourself. Create 24dp PNG's (for normal) and 16dp PNG's (for mini) and assign the image as android:src="your_art"

but also make sure that you set the following to be transparent fab:fab_colorNormal fab:fab_colorRipple fab:fab_colorPressed