将 iPhone 图形移植到 Android 时有经验法则吗?

发布于 2024-08-29 17:49:49 字数 137 浏览 7 评论 0原文

我想将我的 iPhone 应用程序移植到 Android。该界面由专为 320x480 分辨率设计的图稿构建。当我为 Android 构建 XML 界面时,我需要采取哪些步骤,以便我的 GUI 能够兼容不同的屏幕尺寸(或者至少是最流行的屏幕尺寸......)?

I'd like to port my iPhone app to Android. The interface is constructed with artwork designed for 320x480 resolution. What steps do I need to take when I'm constructing the XML interface for the Android so that my GUI will be compatible with the different screen sizes (or at least the most popular ones...)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

-黛色若梦 2024-09-05 17:49:49

请参阅支持多个屏幕一文。基本上,您将为每个图形执行以下操作之一:

  • 将其转换为 9-patch(请参阅 这个这个) ,或
  • 创建它的 ldpimdpihdpi 版本(上面链接的文章对此进行了详细介绍)。

您还应该阅读UI 指南

See the Supporting Multiple Screens article. Basically, you will do one of the following for each of your graphics:

  • Convert it to a 9-patch (see this and this), or
  • Create ldpi, mdpi and hdpi versions of it (this is detailed in the article linked above).

You should also read the UI Guidelines.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文