How to insert menu items in a speed dial adapter? I didnt find it in the documentation
Closed this issue · 1 comments
edu1525 commented
How to insert menu items in a speed dial adapter? I didnt find it in the documentation
markormesher commented
Hi @edu1525. You'll need to implement an instance of SpeedDialMenuAdapter
and set it on the FAB (documented here). In that class you'll need to override the methods documented here. Feel free to reopen this issue if you run into any problems.