Good you learn't something from Trek :) specify *android*:theme="@*android*:style/*Theme.Light*" in the manifest file for preference activity instead of changing backgorund color.
On Thu, Apr 22, 2010 at 2:17 PM, subrat kumar panda < [email protected]> wrote: > Hi all, > In my app i am facing a problem & not > getting a desired solution from anywhere. > > in my prefereence screen there are 4 checkboxes and 2 listviews. > i have changed the background color white by using the following code: > > getWindow().setBackgroundDrawableResource(R.drawable.White); > getListView().setBackgroundColor(Color.TRANSPARENT); > getListView().setCacheColorHint(Color.TRANSPARENT); > > Now, the problem is the total screen looks white , how > i change the text color means, title, summary etc. > > if anybody go through the problems , > help me. > > Thanks in advance, > > Best Regards > Subrat Kumar Panda > India. > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Regards, Faizan -- 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

