Hi,

I have a PreferenceActivity. Is there a way to change the color of
each section title?:

    <PreferenceScreen
      xmlns:android="http://schemas.android.com/apk/res/android";>

      <PreferenceCategory
        android:title="some title"
        android:textColor="#FF0000"> // <--
        <CheckBoxPreference
          android:key="..."

         ....

textColor won't work here, just an example. Is there some way to set
this?

Thanks

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