On Mon, Feb 28, 2011 at 5:17 PM, William Ferguson <william.ferguson.au@ gmail.com> wrote:
> Dianne? No? Anyone? > > Is the only way to create a progressDialog (with an alternate > background and font color), to create my own Dialog/Activity that > mimics the layout of a ProgressDialog but applies my own style? > > Ie a ProgressDialog can't have its background and font color changed? > Note: I've not used styles and themes. However, a quick search shows this: http://stackoverflow.com/questions/4169844/how-to-set-theme-for-indeterministic-progressbar-in-progressdialog-in-android <http://stackoverflow.com/questions/4169844/how-to-set-theme-for-indeterministic-progressbar-in-progressdialog-in-android>Which indicates that progress dialog has it's own style defined. So try using *that* as your parent. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

