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.
我已经使用硬编码值(填充、度量和等)构建了所有布局。有没有办法自动将值传输到dimen.xml?
对不起我的英语不好。
AFAIK,您无法自动为硬编码项目生成 dimen.xml。您需要根据需要为 ldpi、mdpi、hdpi、xhdpi 手动创建 dimen.xml 文件,并使用该维度引用而不是硬编码值。没有其他方法可以做到这一点。