<style name="android:MyProgressStyle" parent="@android:style/ > Widget.ProgressBar"> > <item name="android:background">#F7F7F7</item> > </style> > > The result was the background of LinearLayout and ProgressBar changed > to that color. I only want to change the background color of the > ProgressDialog. >
All right, don't apply style to the linear layout. -- 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

