How would you create a popover view in Android, like Facebook Comments?

后端 未结 5 1404
渐次进展
渐次进展 2021-01-29 23:06

I was wondering if anyone knows how to create a Facebook-like popover view like in the Facebook Android app for comments.

This is what I mean:

5条回答
  •  滥情空心
    2021-01-29 23:48

    It looks like it would be easiest to just use a Fragment with a transparent (or in this case translucent) background.

提交回复
热议问题