Hello everybody,
This is subrat, in my app i want 2 change the background and text color of
preference screeen.
in my preference screen there are 4 checkboxes & 2 lists.

i have used the following code to change background color:

getWindow().setBackgroundDrawableResource(R.drawable.White);
                getListView().setBackgroundColor(Color.TRANSPARENT);
                getListView().setCacheColorHint(Color.TRANSPARENT);

Now, background is looking white, but how i change the text color
to black.
i am requesting  if anybody have the knowledge please help me.

Thanking you,
Best Regards

Subrat Kumar Panda

-- 
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

Reply via email to