Hello

I am using a view with a transparent background for activity A:

    <style name="Theme.Transparent">
        <item name="android:windowBackground">@drawable/
transparent_background</item>
        <item name="android:windowNoTitle">true</item>
    </style>

The problem i am having trouble solving is:

I start activity A from the home screen. Activity A then launches
activity B, using startActivity() (it's not a sub-activity). Once i
finish using activity B, i return to activity A, but since the home
screen has probably been paused and is no longer visible, i see the
white and gray check board pattern behind activity A's transparent
background.

How can i find out what activity is behind Activity A so that i can
resume it? How can i resume it while keeping Activity A in the
foreground?

regards,
Radu


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to