Android 应用程序 UI - PSD,下一步是什么?
我正在为 Android 应用程序设计 UI。我现在已经准备好分层 PSD,但我不确定下一步是什么。对于网络,我只需对图像进行切片并手动编写 html/CSS。
谢谢
I'm designing the UI for an Android application. I have the layered PSD ready now, but I'm not sure whats the next step. For the web, I would just slice the images and write html/CSS manually.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我根本不会使用切片,只是将图层(背景、按钮等)保存为单独的 PNG,并将它们设置在 XML 布局中。我希望您的布局尺寸没有达到精确的分辨率;请记住,您必须支持许多不同的屏幕分辨率。
I wouldn't use slices at all, just save the layers (background, buttons, etc.) out as individual PNGs, and set them up in a XML layout. I hope you don't have your layout sized for an exact resolution; keep in mind there are many different screen resolutions you have to support.