Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个.xml代表一个形状的文件和 5 个drawable-***文件夹(用于 hdpi、ldp、mdpi、xhdpi、xxhdpi)。
.xml
drawable-***
由于这是一个形状,我假设我只需要一个副本?我应该创建一个名为 drawable 的文件夹并将其放置在其中吗?或者我是否需要每个分辨率特定文件夹中的形状副本?
是的,你可以有一个res/drawable文件夹,即没有后缀。它将用于所有分辨率。您也可以使用-nodpi后缀,请参阅支持多个屏幕了解详细信息。
res/drawable
-nodpi