Re: [android-developers] how to detect difference between 5 and 7 inch screen

2012-04-29 Thread Mark Murphy
On Sun, Apr 29, 2012 at 2:10 PM, Faust Nijhuis wrote: > The strange thing is that a 5.3 inch and a 10 inch screen  with the > same screen density (800x1250) Those are not the same density. They are the same *resolution*. Density is resolution divided by size. > I have a layout with a lot of 77x1

Re: [android-developers] how to detect difference between 5 and 7 inch screen

2012-04-29 Thread Faust Nijhuis
The strange thing is that a 5.3 inch and a 10 inch screen with the same screen density (800x1250) have a compete different view of the layout. I have a layout with a lot of 77x160dp icons. On the 5.3 inch screen is see 2.5 icons and on the 10 inch screen i see 5 icons next to each other (portrait

Re: [android-developers] how to detect difference between 5 and 7 inch screen

2012-04-29 Thread Mark Murphy
On Sun, Apr 29, 2012 at 11:11 AM, Faust Nijhuis wrote: > How can i detect the difference between 5 and 7 inch screen. > Sinds 5.3 (Galaxy note) and 7 inch screen are both large screens and we > can only use layout, layout-large and layout-xlarge. On Android 3.2 and higher, you can use resource se

[android-developers] how to detect difference between 5 and 7 inch screen

2012-04-29 Thread Faust Nijhuis
Hello all, How can i detect the difference between 5 and 7 inch screen. Sinds 5.3 (Galaxy note) and 7 inch screen are both large screens and we can only use layout, layout-large and layout-xlarge. Faust -- You received this message because you are subscribed to the Google Groups "Android Develo