I've seen this posted more than once, with no solution.  I have this
code:

 public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstance);
        setTheme(android.R.style.Theme_Dialog);
        setContentView(R.layout.main);
}


the Theme is never applied.  I've tried placing it before
super.OnCreate, which results in unpredictable behavior.  I'm trying
to dynamically change Themes, so placing this in the Manifest isn't an
option.

Thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to