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