开发者

Drawable folders for themes

开发者 https://www.devze.com 2023-03-13 05:42 出处:网络
Since it is possible to set up drawable folders for different purpose like language, dpi, orientation, is it possible to name 开发者_运维知识库forders for themes too?

Since it is possible to set up drawable folders for different purpose like language, dpi, orientation, is it possible to name 开发者_运维知识库forders for themes too?

Something like: drawable-mytheme-hdpi


No, it isn't. The aapt tool that processes resources limits the use of drawable folders to specific qualifiers. Look at http://developer.android.com/guide/topics/resources/providing-resources.html#AlternativeResources for a table with the allowable options: unfortunately {themename} is not one of them.

0

精彩评论

暂无评论...
验证码 换一张
取 消