I want to create a transparent Activity on top of another activity.
How can I achieve this?
Assign it the Translucent theme
android:theme="@android:style/Theme.Translucent.NoTitleBar"