What is this widget called (the one with the three buttons), anyone knows?

Android browser screenshot

link|improve this question

50% accept rate
feedback

5 Answers

found something here, they call quickaction.

http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/

link|improve this answer
feedback

https://github.com/lorensiuswlt/NewQuickAction3D

I am sure this will help!

link|improve this answer
This one is great. It's apparently made by the same person who wrote that blog post in Eli Konky's answer. – TalkLittle Apr 23 at 15:11
feedback

You can check the implementation in the framework sdk. A full example should be in the contact part (if you click on the contact image).

It should be somewhere around here :

http://android.git.kernel.org/?p=platform/packages/apps/Contacts.git;a=tree;f=src/com/android/contacts;h=da6d8a530a89279596e4b9fd51d47b6ce308dae4;hb=HEAD

link|improve this answer
feedback

Unfortunately, it's not a quick, simple control. Check out the framework source code for an example.

link|improve this answer
feedback

There's an open source project for that component:

http://code.google.com/p/devoquickaction/

Screenshots:

http://code.google.com/p/devoquickaction/wiki/ScreenShots

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.