Android Circle Menu With Animation.   Creat Android FilterMenu-lib Project. —>  AndroidManifest.xml <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.linroid.filtermenu.library" > </manifest> attrs.xml <?xml version="1.0" encoding="utf-8"?> <resources> <declare-styleable name="FilterMenuLayout"> <attr name="fm_primaryColor" format="color|reference"/> <attr name="fm_primaryDarkColor" format="color|reference"/> <attr name="fm_expandedRadius" format="dimension"/> <attr name="fm_collapsedRadius" format="dimension"/>...