I try to take a screenshot of the an entire RelativeLayout
group of views and show it in an AlertDialog
but the picture is black.
This is what the actual RelativeLayout looks like:
This is what I am getting in the dialog:
This is my code:
I learned it here.