I need to brand my application, and only few images need to be customized, the codebase is the same except few generated constants.
由于可以具体列出许多资源目录,因此,在Eclipse 档案中是否有任何办法具体列出资源目录? 类似于
<classpathentry kind="androidres" path="res/common" />
<classpathentry kind="androidres" path="res/brand/mybrand_a" />
Or is there any other mean to do that?
增 编