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

后端 未结 5 1397
渐次进展
渐次进展 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:40

    This seems like a custom component built by Facebook. It is not a standard Android component. You can try implementing it by deriving from the Dialog Fragment.

提交回复
热议问题