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.
根据此处的 Android 文档 来测试 xhdpi 正常大小的设备,您必须拥有 640*960 的皮肤。如果我这样做,我会看到我的 drawable-xhdpi 资源已被使用。
但是,galaxy s3 模拟器设置为 WXGA720 皮肤,密度为 320。drawable-xhdpi 不用于此模拟器。我客户的 CTO 拥有新的 s3,所以我想在发送之前确保它可以正常工作。关于为什么 s3 模拟器不使用 xhdpi 资产的任何想法?