Hi,
Is there any way to change the text color in the Check box preference?
For example , the code is from wifi_settings.xml
<CheckBoxPreference
android:key="wifi_enabled"
android:title="@string/wifi"
android:summary="@string/wifi_quick_toggle_summary"
android:persistent="false"
android:textColor="#ffff"/>
I want to change the text color of
android:title="@string/wifi"
android:summary="@string/wifi_quick_toggle_summary"
So I add
android:textColor="#ffff"
But it didn't work,
can anyone tell me how to customize the checkbox preference?
Thanks in advance,
Hareef
--
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