Hi,

   I have an application,in which customized preferences are defined
by inheriting from Preference class.

  In my application i have to change the preference title color
dynamically.For that i am calling

View  view = Preference.getView(null,null).

   And doing as follows.
((TextView)
view.findViewById(android.R.id.title)).setTextColor(Color.GREEN);

 But i am unable to get this change .

  How can i modify preference layout settings dynamically?

Any help would appreciate highly.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to