I want to create a transparent Activity on top of another activity.
How can I achieve this?
I achieved it on 2.3.3 by just adding android:theme="@android:style/Theme.Translucent" in the activity tag in the manifest.
android:theme="@android:style/Theme.Translucent"
I don't know about lower versions...