Re: [android-developers] How to get physical screen size reliably for all devices?

2014-02-01 Thread lbendlin
One more speculation: Vendors claim that their pixels are square when in reality the are not . -- 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

[android-developers] Android how to manage the text size for different screen sizes.

2014-02-01 Thread 12169
Hi, I have an application and text size looks very fine on 4.7 inch device.but when run the application on 7 and 2.3 inch devices it look very bad.what is best way to manage the text size for different screen sizes. -- You received this message because you are subscribed to the Google

[android-developers] Re: Android how to manage the text size for different screen sizes.

2014-02-01 Thread Doug
How are you measuring your font sizes? If you're not using sp units in the xml from which the text was inflated, you're not doing things the best possible way. Doug On Saturday, February 1, 2014 11:52:00 AM UTC-8, 12169 wrote: Hi, I have an application and text size looks very fine on

[android-developers] Re: Android how to manage the text size for different screen sizes.

2014-02-01 Thread 12169
Hi, I am using unit sp for the text size . i have two devices both are 4.7 inch one has screen density hdpi and other one has screen density xhdpi . text looks very good in the device having screen density = xhdpi but not in the device having screen density hdpi.and in 7 inch tab it looks