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:
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.