[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 dja...@gmail.com wrote:
 Okay, you just need to make sure you define yourfontsizes 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 am, polyclefsoftware dja...@gmail.com wrote:

  Yep, I'm experiencing the same thing, both personally after upgrading
  myDroidto 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 whtdrgn...@gmail.com wrote:

   Hello,

   I have an application on the Android Market called My Collection Pro.
   I am getting complaints from my post Android 2.0 users (Droid, etc)
   that when the close and re-open the app, thefontkeeps getting
   smaller.

   I build my application in the 1.5 API to have the highest number of
   supported phones.  If the users rotate the phone to cause the app to
   restart it goes back to the originalfont.

   I am unable to reproduce this in the emulator and on my G1.

   Any ideas or suggestions?  My resource layouts are really straight-
   forward and I leavefontat system default (i.e., I don't specify
   anything)...



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

To unsubscribe, reply using remove me as the subject.


[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 am, polyclefsoftware dja...@gmail.com wrote:
 Yep, I'm experiencing the same thing, both personally after upgrading
 myDroidto 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 whtdrgn...@gmail.com wrote:



  Hello,

  I have an application on the Android Market called My Collection Pro.
  I am getting complaints from my post Android 2.0 users (Droid, etc)
  that when the close and re-open the app, thefontkeeps getting
  smaller.

  I build my application in the 1.5 API to have the highest number of
  supported phones.  If the users rotate the phone to cause the app to
  restart it goes back to the originalfont.

  I am unable to reproduce this in the emulator and on my G1.

  Any ideas or suggestions?  My resource layouts are really straight-
  forward and I leavefontat system default (i.e., I don't specify
  anything)...

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

To unsubscribe, reply using remove me as the subject.


[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 whtdrgn...@gmail.com wrote:
 Hello,

 I have an application on the Android Market called My Collection Pro.
 I am getting complaints from my post Android 2.0 users (Droid, etc)
 that when the close and re-open the app, thefontkeeps getting
 smaller.

 I build my application in the 1.5 API to have the highest number of
 supported phones.  If the users rotate the phone to cause the app to
 restart it goes back to the originalfont.

 I am unable to reproduce this in the emulator and on my G1.

 Any ideas or suggestions?  My resource layouts are really straight-
 forward and I leavefontat system default (i.e., I don't specify
 anything)...

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

To unsubscribe, reply using remove me as the subject.