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 应用程序并使用“AAA logomaker”软件创建了一些图像按钮(绿色)。但问题是在不同设备上安装我的应用程序时,图像按钮的颜色强度显示不同。
是否有任何颜色规范要遵循,以使图像颜色在所有设备中看起来都相同?
每当您为控件之类的按钮创建图像时,我建议您使用9-patch工具创建它,该工具允许您实际创建NinePatch图像。
您必须为不同尺寸的设备制作不同的按钮图像,例如
36x36 for low-density 48x48 for medium-density 72x72 for high-density 96x96 for extra high-density
也可以为按钮制作 9 个补丁图像..
有关更多信息,请查看图标设计指南