1

Context Menu always appear at the center of the screen. Is it possible to change the background of context menu and to position it were we want.

Naba
  • 503
  • 2
  • 9
  • 19
  • try this post http://stackoverflow.com/questions/4604562/override-context-menu-colors-in-android – Ajay Feb 08 '12 at 09:30

1 Answers1

3

I don't think you can easily modify context menu (without any hacks) since its system defined. However, you may use Dialog to act as context menu and modify it as you want

waqaslam
  • 67,549
  • 16
  • 165
  • 178