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

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

    You can use a PopupWindow to do that. http://developer.android.com/reference/android/widget/PopupWindow.html

    Of course you'll need to style it and fill in the popup's contents on your own. You can get some styling ideas from How to make layout with rounded corners..?

提交回复
热议问题