Re: [android-developers] Re: Android system font size

2010-11-20 Thread Dianne Hackborn
This isn't yet a supported feature, and thus has been broken on and off at various platform versions. On Sat, Nov 20, 2010 at 7:32 AM, Lance Nanek wrote: > I've tried the version of that someone put on the Market before. They > mentioned in the description they pulled it out of the Android sourc

[android-developers] Re: Android system font size

2010-11-20 Thread Lance Nanek
I've tried the version of that someone put on the Market before. They mentioned in the description they pulled it out of the Android source tree. So it is probably the same one as the emulator. The setting only affected the app itself. Maybe it manages to work on rooted phones and emulators, howeve

[android-developers] Re: Android system font size

2010-11-20 Thread kernelpanic
It's in Spare Parts on the Emulator On Nov 19, 9:59 am, Lance Nanek wrote: > I've never actually seen a system wide font size preference, however, > and I must have seen the settings screens on over a dozen Android > phones. I wish there was one, and I've had people ask me about it > before too,

[android-developers] Re: Android system font size

2010-11-19 Thread Lance Nanek
The documentation does mention that if you set your textSize in sp units, it is scaled by the user's font size preference: http://developer.android.com/guide/topics/resources/more-resources.html#Dimension So wouldn't you just have to use a different unit, like dp or px? I've never actually seen a