
I have an Activity A which has a "down" button (see image above). When I press this button, I want to launch an Activity B on top of Activity A such that some of Activity A at the bottom is still visible. Activity B can in turn launch a number of other Activities (C, D etc) such that they only display within the same screen area as B. Does anybody know whether this is possible and, if so, how I can go about it?
Edit
I am aware that I can add android:theme="@android:style/Theme.Dialog" to my Activity’s manifest declaration. However, as far as I am aware, this displays in the centre of the screen and not such that I can resize it how I require. Correct me if I am wrong
This is the XML for activities that should be on top of Activity A:
Now, in your manifest for Activities B, C etc:
In values/styles.xml:
Finally, in drawable/theme_transparent.xml: