Hello laloka,

you want to reset the text size and color in settings.
i have only changed the background color & text color to white &
black, opposite to the
default one.
so here is the code you may try.don't know abt the text size.


specify android:theme="@android:style/Theme.Light" in the manifest
file for preference activity .



On Mon, May 17, 2010 at 10:48 AM, laloka <lalok...@gmail.com> wrote:
> 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 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

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