Chirag
Chirag

Reputation: 56925

Create Custom Context menu

I want to create a custom context menu . can any one provide me a good example ?

Thanks in advance.

Upvotes: 1

Views: 2320

Answers (1)

JRC
JRC

Reputation: 808

You need to provide custom layout and use AlertBuilder to show popup instead of default context menu. Inflating your custom layout on systems will give you custom context menu.

HTH

Upvotes: 7

Related Questions