[android-developers] Re: Updated my app to use Google Apis level 8, customers complain font now way too small

2010-09-27 Thread Streets Of Boston
I don't know why not, but i had the same problem (when the original Motorola Droid came out) and using 'sp' instead of 'dp' fixed the problem. On Sep 27, 12:19 am, Kumar Bibek coomar@gmail.com wrote: On Sep 25, 7:46 pm, Streets Of Boston flyingdutc...@gmail.com wrote: How did you set the

[android-developers] Re: Updated my app to use Google Apis level 8, customers complain font now way too small

2010-09-26 Thread Kumar Bibek
On Sep 25, 7:46 pm, Streets Of Boston flyingdutc...@gmail.com wrote: How did you set the sizes of your text (font)? Don't use 'dp'/'dip' and certainly don't use 'px'. Instead use the 'sp' measure for fonts (scale independent pixels). Why not dp/dip? The docs say this. Similarly, you should

[android-developers] Re: Updated my app to use Google Apis level 8, customers complain font now way too small

2010-09-25 Thread Streets Of Boston
How did you set the sizes of your text (font)? Don't use 'dp'/'dip' and certainly don't use 'px'. Instead use the 'sp' measure for fonts (scale independent pixels). On Sep 24, 11:33 pm, pawpaw17 georgefraz...@yahoo.com wrote: Guys, I was cooking along with the basic Google Maps 1.5 SDK and