Hello everyone,
I have a question about how to set text size and text color in
CheckBoxPreference
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:textStyle="italic"
android:textColor="#ffff"/>
I want to reset the text size and text Style in "android:title" and
"android:summary"
So I put "android:textStyle="italic" android:textColor="#ffff", but
it seen not work
Can anyone tell me how to do this
Thanks for your help
--
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting