Does anyone know what component is used for the menu in the new version 6 of Google Map’s official app on Android?
I’m trying to build a menu similar to that, couldn’t find anything in the official dev pages (Note: I’m targeting Gingerbread APIs, possibly with backward compatibility up to 1.6.)
Here is the only picture I found of this menu (this is on ICS, but something similar is displayed on Gingerbread). Please have a look at the left screenshot here (from the Gizmodo site):
If there’s no built-in component, what approach would you follow to build one?
At worst, if no such component exist for Android 2.x, do you know whether the Google Map application itself is open-source, and where to find its source?

Just look into following link. There is an good examples of Quick Action dialog.So you can modify the code for whatever you want.
http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/