我该如何解决片下面的冲突? [英] How do I resolve the following conflict in tablets?

查看:87
本文介绍了我该如何解决片下面的冲突?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经开发了一个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"/>

这篇关于我该如何解决片下面的冲突?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆