0

Is it possible to have a button in Android open a floating context menu and if so, how? I'm not sure how to implement the floating context menu, let alone link it to a button so I mainly want to know if it's possible. But if it is, then how would be nice. :-)

Tim
  • 1,056
  • 4
  • 17
  • 34

1 Answers1

3

Use Dialog instead on long press event. For example like when you longpress on android device home screen.

Dmytro Zarezenko
  • 10,526
  • 11
  • 62
  • 104