I want to create a transparent Activity on top of another activity.
How can I achieve this?
In the onCreate function, below the setContentView, add this line:
getWindow().setBackgroundDrawable(new ColorDrawable(Color.TRANSPARENT));