[android-developers] Re: Complains of shrinking font sizes

2010-04-07 Thread Ivan
Thank you so much, you saved me a lot of time. I used millimeters all over my code previously, and suddenly it looks like you can't do that anymore in 2.1 On Apr 5, 5:20 pm, polyclefsoftware wrote: > Okay, you just need to make sure you define yourfontsizes in scale- > independent pixels ("sip" o

[android-developers] Re: Complains of shrinking font sizes

2010-04-05 Thread polyclefsoftware
Okay, you just need to make sure you define your font sizes in scale- independent pixels ("sip" or "sp") instead of whatever you were using before. For whatever reason, on the Droid pre-2.1 it would automatically scale text not defined in scale-independent pixels. Now it doesn't. On Apr 4, 10:01 

[android-developers] Re: Complains of shrinking font sizes

2010-04-04 Thread polyclefsoftware
Yep, I'm experiencing the same thing, both personally after upgrading my Droid to 2.1 and from users who have just upgraded. I'm assuming there's an easy fix, but does anyone else know why the update had this effect? On Feb 10, 2:54 pm, Timothy DeWees wrote: > Hello, > > I have an application on