Hello everyone,
I want to reset the text size and color in settings

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:textSize="15sp"
           android:textColor="#ffff"/>

I want to increase the text size of
           android:title="@string/wifi"
           android:summary="@string/wifi_quick_toggle_summary"
So I add
           android:textSize="15sp"
           android:textColor="#ffff"
But it not work, can anyone tell me how to set the property of
android:title and android:textColor

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