我该如何解决片下面的冲突?
问题描述:
我已经开发了一个Android应用程序为手机和平板电脑。它已被运行在两个仿真器。虽然我在片剂模拟器正在运行的小部件的大小都占满屏幕。我应该怎么做解决这个矛盾呢?
I have developed an Android application for both handsets and tablets. It has been running in both emulators. While I am running in the tablet emulator the size of widgets are filling the screen. What should I do solve this conflict?
答
我想你应该更好地检查它的开发者网站,在那里你把所有的信息。这 http://developer.android.com/guide/practices/screens_support.html
I think you should better check it in the Developer's website, where you have all the information. Here it is http://developer.android.com/guide/practices/screens_support.html
<supports-screens
android:resizeable="true"
android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true"
android:anyDensity="true"/>