I want to create a transparent Activity on top of another activity.
How can I achieve this?
If you are using AppCompatActivity then add this in styles.xml
AppCompatActivity
styles.xml
In manifest file you can add this theme to activity tag like this
manifest
android:theme="@style/TransparentCompat"
for more details read this article