<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 <[email protected]> wrote:
> I have the very same problem!
>
> Any suggestion to solve it?!
>
> Andrea
>
> On Mar 19, 9:39 am, Marcus <[email protected]> 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 [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
-~----------~----~----~----~------~----~------~--~---