-1

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

vrbsm
  • 1,188
  • 15
  • 22
  • 1
    Are we supposed to download that app and see for ourselves or would you kindly provide a screenshot? – fweigl Apr 06 '15 at 17:27
  • talking about a floating action button (elevated circular button at the bottom rigth) :) – vrbsm Apr 06 '15 at 18:17
  • the screenshot image https://drive.google.com/file/d/0B9ZjtpUDZajFNFM2bnBuOTNsX2c/view?usp=sharing – vrbsm Apr 18 '15 at 14:57

2 Answers2

3

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.

AndroidEx
  • 15,524
  • 9
  • 54
  • 50
1

Take a look at Android Guidelines by Google.

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