Is there any simple implementation of Floating Action Menu using Floating Action Button from Android Design Support Library ?
            Asked
            
        
        
            Active
            
        
            Viewed 3,267 times
        
    7
            
            
         
    
    
        Gabriele Mariotti
        
- 320,139
- 94
- 887
- 841
 
    
    
        Aalap
        
- 2,847
- 2
- 26
- 24
- 
                    3Have a try of this [gist](https://gist.github.com/douo/dfde289778a9b3b6918f). A simple solution. – DouO Jun 23 '15 at 08:07
- 
                    @DouO that gist was incredibly helpful, how can I add padding between the menu buttons? – Tristan Jul 14 '15 at 03:11
- 
                    @douo I tried your solution, but when i show snackbar it appears over the floating action button. I put FloatingActionMenu inside coordinator layout. Still not working. – Sudheesh Mohan Jul 24 '15 at 10:33
- 
                    Check my answer for a similar question http://stackoverflow.com/a/38735427/2412582 – Prashant Aug 03 '16 at 05:56
1 Answers
-2
            
            
        I Found one here: https://github.com/chrisbanes/cheesesquare Hope it helps :)
 
    
    
        Michael
        
- 2,021
- 3
- 12
- 18
- 
                    
- 
                    I posted an example [here](https://stackoverflow.com/questions/30576450/example-of-using-floatingactionbutton-with-support-library/30584075#30584075) – fattire Jun 02 '15 at 07:02
- 
                    1