On Mon, Jul 23, 2012 at 7:58 AM, Hitendrasinh Gohil <[email protected]> wrote: > My app is currently supporting xlarge screen(1280x800). Now i want to > support an app to "Google Nexus 7". > > Manifest:- > <supports-screens > android:largeScreens="false" > android:normalScreens="false" > android:requiresSmallestWidthDp="600" > android:smallScreens="false" > android:xlargeScreens="true" /> > Below are the queries: > i) should i change manifest to support for "largescreen"?
Yes. > ii) Resolution for Motorol zoom tablet and "Google Nexus 7" is same,will it > affects UI in "Google Nexus 7"? Everything will be physically smaller, as the Nexus 7 runs at a higher screen density. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/android/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

