• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps How to Customize Check box preference text color?

SHAREEF

Lurker
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:confused:
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
 
Back
Top Bottom