Hey Christine, Did u try http://code.google.com/android/reference/available-resources.html#stylesandthemes. you can set your theme in a xml file res/values/, but you can play inside an activity. ------------ @Override public void setTheme(int resid) { // local animation super.setTheme(resid); }
On Tue, Oct 21, 2008 at 5:23 PM, Christine <[EMAIL PROTECTED]> wrote: > > > Where do I find example themes, or how can I make minor changes to, > like, the Dialog theme? I've searched but couldn't find.... > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

