Android: How to create a menu button like google keep

1.7k Views Asked by At

how to create a menu button like google keep app android, with action: after pressing the menu button show the other options of menu.

how keep the menu button be always visible on the screen?

how to create that effect after the click?

this image can clarify things https://drive.google.com/file/d/0B9ZjtpUDZajFNFM2bnBuOTNsX2c/view?usp=sharing

2

There are 2 best solutions below

0
On BEST ANSWER

If you are talking about a floating action button (elevated circular button at the bottom rigth), this library provides a nice implementation of it called FloatingActionsMenu. You can find some other libraries as well like this.

0
On

Take a look at Android Guidelines by Google.

ActionBar: http://developer.android.com/design/patterns/actionbar.html