【问题标题】:galaxy tab 7 vs nexus 7 different dimensions res folderGalaxy Tab 7 vs nexus 7 不同尺寸 res 文件夹
【发布时间】:2013-02-13 13:52:21
【问题描述】:

我想知道如何设置我的尺寸资源文件夹,以使我的布局在 Nexus 7 和第一代三星 Galaxy 7 英寸平板电脑上看起来不错。它们都使用 values-large res 文件夹,唯一的区别是 Nexus 7 使用 xhdpi 而 Galaxy 7 使​​用 hdpi。如何为每台设备使用单独的尺寸文件夹?

【问题讨论】:

    标签: android-layout screen


    【解决方案1】:

    为了快速修复,请在 res 中创建两个新的布局文件夹:layout-large 和 layout-large-hdpi。 Galaxy 2 将使用 layout-large 中的布局,而 nexus 7 将使用 layout-large-hdpi 中的布局。但是,此方法已被弃用。正确的操作方法请参考the official android screen layout guide,它已针对 7" 屏幕进行了更新。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-02-21
      • 1970-01-01
      • 1970-01-01
      • 2014-10-12
      • 2018-09-06
      • 1970-01-01
      • 2013-03-23
      • 1970-01-01
      相关资源
      最近更新 更多