<style name="Theme.MyDialog" parent="android:style/Theme.Dialog"> <item name="android:backgroundDimAmount">0</item> <item name="android:windowNoTitle">true</item> </style>
works for me ... greet On Apr 18, 4:24 pm, agirardello <andrea.girarde...@gmail.com> wrote: > I have the very same problem! > > Any suggestion to solve it?! > > Andrea > > On Mar 19, 9:39 am, Marcus <marcus.ter...@gmail.com> wrote: > > > > > That's my code: > > > protected void onCreate(Bundle savedInstanceState) { > > super.onCreate(savedInstanceState); > > > setTheme(android.R.style.Theme_Dialog); > > setContentView(R.layout.whatsnew); > > } > > > And it doesn't work! --~--~---------~--~----~------------~-------~--~----~ 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 unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---