代码之家  ›  专栏  ›  技术社区  ›  stealthcopter

避免android项目中的重复资源

  •  6
  • stealthcopter  · 技术社区  · 14 年前

    我有一些图片在我的可绘制文件夹,他们有在可绘制土地景观版本。但是,我希望共享一些横向图像,因为用不同的名称复制文件似乎是一种浪费。是否可以为其中一个复制的文件创建一个sym链接(快捷方式)或其他什么来防止浪费空间

    文件夹解释如下,因为我不擅长解释自己:

    /drawable 
    > image1.png
    > image2.png 
    /drawable-land
    >image1.png  <-- This image
    >image2.png  <-- is identical to this file
    
    1 回复  |  直到 14 年前
        1
  •  10
  •   Konstantin Burov    14 年前

    <bitmap xmlns:android="http://schemas.android.com/apk/res/android" android:src="@drawable/image1" />