Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个仅限平板电脑的应用程序,并将10 英寸平板电脑的 xml 文件放在 /res/layout-sw720dp文件夹中。
当我在eclipse中预览自定义xml时,我选择设备为“10.1in WXGA(平板电脑)(1280x800:mdpi),一切都很好(注意:某些元素需要通过添加一些边距来定位(在dp中)...... ),但是当我在三星的 Galaxy 选项卡上运行此应用程序时,此元素不会像 xml 编辑器显示的那样定位。
可能是什么问题呢?
阅读链接 1和链接 2,您将了解 android 如何支持多种屏幕尺寸。
更好地使用包装内容或使用 layout_weight 属性而不是固定大小,以便在所有设备上获得更一致的外观