【问题标题】:Why are there no sub folders under drawables folder in Android studio as of the latest updates?为什么 Android Studio 的 drawables 文件夹下没有子文件夹?
【发布时间】:2017-06-14 11:04:04
【问题描述】:

就像在最近的版本中,我们曾经找到 drawables-ldpi、drawables--mdpi 等,但现在这些都不存在了。我应该创建这些还是将它们复制到没有这些子文件夹的drawables文件夹中?

【问题讨论】:

    标签: android android-layout android-studio android-drawable


    【解决方案1】:

    如果你想要一个你需要的 DPI 的可绘制文件夹,你可以自己创建它。它没有什么神奇之处。它只是一个需要具有正确名称的文件夹。例如 drawable-hdpidrawable-xhdpidrawable-xxdpidrawable-xxxdpi

    【讨论】:

      【解决方案2】:

      你可以将你的文件或任何不需要 hdpi 和 mdpi 文件夹的东西粘贴到 drawable 中。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2021-09-03
        • 2019-04-29
        • 2016-09-03
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2010-09-14
        • 1970-01-01
        相关资源
        最近更新 更多