Hi, My Activity using transparent Theme in AndroidManifest.xml
*android:theme="@android:style/Theme.Translucent"* * * Which works fine. When it's started from the Home screen, we can see both the content of my activity and the home screen below it. It gives the feeling of "floating" . Furthermore, to make it real "floating", the motionEvent has to go down to the home screen to let the home screen response some motion touch. But I have no idea of 2 things : 1. Whether the event can be send down to any thing behind the current activity. 2. If so, how. The solution don't need to be restricted in API level. I mean if any solution need us to rewrite home screen or something else, It's also ok for me. Thanks for any suggestion. Shawn. -- 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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

