Badr Hari
Badr Hari

Reputation: 8374

What is this widget/element called in Android?

This one?

Many programs are using it, usually with long-click. Can I find it from Eclipse Android GUI editor?

Upvotes: 2

Views: 80

Answers (1)

Vagrant
Vagrant

Reputation: 1716

It's a context menu.

http://developer.android.com/reference/android/view/ContextMenu.html

"To show a context menu on long click, most clients will want to call registerForContextMenu(View) and override onCreateContextMenu(ContextMenu, View, ContextMenu.ContextMenuInfo)."

Upvotes: 5

Related Questions