Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Floating Action Button Opens Small View

In the Android App of Inbox by Google, when you press the FAB (Floating Action Button), a smaller view with options pop up. How would i go about implementing this?

floating action button with sub-menu

[Picture taken on the web version for ease, but the effect and look is the same on the app.]

like image 699
Alex Carter Avatar asked Oct 19 '22 22:10

Alex Carter


2 Answers

Floating Action Button for Android based on Material Design specification

https://github.com/futuresimple/android-floating-action-button

like image 145
Thirumoorthy Avatar answered Oct 22 '22 12:10

Thirumoorthy


What you are looking for is called the Floating Action Button with Promoted Action for Android (Material Design). Based on Jerzy Chalupski (futuresimple) project linked above, The following github project provides exactly what you are looking for and more:

https://github.com/Clans/FloatingActionButton

like image 40
Phileo99 Avatar answered Oct 22 '22 12:10

Phileo99