i added the style to a style file then i set the theme on the manifest nothing hapend
here is the style : <style name=*"dialog"*> <item name=*"android:theme"*>*...@android:style*/Theme.Dialog</item> </style> here is the aplication tag in the manifest: <application android:icon=*"@drawable/icon" *android:theme=*"@style/dialog"* > 2009/5/21 Jack Ha (T-Mobile USA) <[email protected]> > > If I understand your question correctly, just specify the following > attribute for your activity in the AndroidManifest.xml file: > > android:theme="@android:style/Theme.Dialog" > > > -- > Jack Ha > Open Source Development Center > ・T・ ・ ・Mobile・ stick together > > The views, opinions and statements in this email are those of > the author solely in their individual capacity, and do not > necessarily represent those of T-Mobile USA, Inc. > > > > On May 21, 10:36 pm, RTX <[email protected]> wrote: > > Hi Guys > > please help > > > > im trying to implement a modal window with activity > > instead of a fullscreen activity > > > > i saw something with window manager and inflate > > but i didnt get it > > > > any chance anyone allready got that > > > > thanks > > > -- Thanks Rotem Or --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

