[android-developers] create an activity floating on another activity

2010-11-24 Thread cindy
Hi there, Is that possible to create an activity that will float on an other activity, like dialog ? Thanks! Cindy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

Re: [android-developers] create an activity floating on another activity

2010-11-24 Thread Mark Murphy
http://developer.android.com/guide/topics/ui/themes.html#ApplyATheme You can use: android:theme=@android:style/Theme.Dialog in your activity element in the manifest. On Wed, Nov 24, 2010 at 2:54 PM, cindy ypu01...@yahoo.com wrote: Hi there, Is that possible to create an activity that will