Customise context menu like pinterest menu

后端 未结 4 1410
说谎
说谎 2021-02-02 03:15

I\'ve been looking for something like Pinterest menu whenever item in GridView is pressed. I know it\'s too broad question. But little strike on question will provi

4条回答
  •  闹比i
    闹比i (楼主)
    2021-02-02 03:27

    I'm using a modified version of ArcMenu (just small and mainly visual modifications) for something similar. And it's perfectly adaptable to gridview (i'm using it with StaggeredGridView onitemclick).

    You only have to define it in the xml inside the gridview item with Visibility:gone and then in your gridview adapter or in the activity set it to visible when the item is touched or clicked...

    don't know why you say it's for overall app, it can be used as an item element also.

提交回复
热议问题