I want to create a transparent Activity on top of another activity.
How can I achieve this?
Just add the following line to the activity tag in your manifest file that needs to look transparent.
android:theme="@android:style/Theme.Translucent"