speed-dial

Android Design Support Library expandable Floating Action Button(FAB) menu

旧巷老猫 提交于 2019-11-26 09:14:42
问题 Now that the Android Design Support Library is out, does anyone knows how to implement expanded Fab menu with it, like the fab on Inbox App? Should look like this: 回答1: Currently, there is no widget provided in the Design Library. The only way to do it quickly and easily is by using third-party libraries. You can obviously do this using the Design Library too, but it will be a huge work and require a lot of time. I have mentioned some useful libraries, that can help you achieve this. Rapid