Thanks TreKing. Following that advice was what allowed me to set the background color. But it doesn't (or I couldn't find anyway) to have it also set the font color.
When you create a ProgressDialog in which you want custom colors, what do you do? Create a custom Dialog, ie custom layout? On Mar 1, 9:26 am, TreKing <[email protected]> wrote: > 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-indet... > > <http://stackoverflow.com/questions/4169844/how-to-set-theme-for-indet...>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

