etsy / AndroidStaggeredGrid

An Android staggered grid view which supports multiple columns with rows of varying sizes.
https://github.com/etsy/AndroidStaggeredGrid
4.76k stars 1.13k forks source link

How can i register staggered grid view for context menu? #155

Open rampatra opened 9 years ago

rampatra commented 9 years ago

Is there any way to register SGV for floating context menu?

I tried with registerForContextMenu(mGridView) but its not working? Can you help me out.