在为 Android 平板电脑设计应用程序时,mdpi 和 dpi 是同一回事吗?

发布于 2025-01-08 06:46:15 字数 374 浏览 4 评论 0原文

我是一名平面设计师,第一次为客户设计 Android 应用程序。目前我的比较是 1280x752 像素(在这里找到这些尺寸:http: //www.smashingmagazine.com/2011/08/09/designing-for-android-tablets/),但适用于 10 英寸标签我不知道 7 英寸标签的尺寸应该是多少?客户希望看到一些缩小到 7" 尺寸的组合。

我已经阅读了 Android 开发者应用程序,所有内容都在“mdpi”中。这与 dpi 相同吗?

感谢您的帮助!

I'm a graphic designer and am designing an android app for a client for the first time. Currently my comps are 1280x752 pixels (found these dimensions here: http://www.smashingmagazine.com/2011/08/09/designing-for-android-tablets/) for a 10" tab, however I can't find out what the dimensions should be for the 7" tab?? The client wants to see some of the comps sized down to the 7" size.

I've read through the android developer app and everything is in "mdpi". is that the same as dpi?

Thank you for any assistance!

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

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

发布评论

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

评论(1

勿忘初心 2025-01-15 06:46:15

Android 屏幕设计并不像 iPhone 那样直接进行。 Android 设备可以采用(几乎)所有密度(XHDPI、HDPI、MDPI、LDPI)和尺寸。

您必须了解 Android 屏幕布局的原理才能了解如何为 Android 设计应用程序。 本文档是一个很好的起点,Android 设计页面提供了很多内容。

或者直接与必须将您的设计转化为代码的开发人员交谈 - 他需要什么解决方案等。

Android screen design is no straight forward process like for the IPhone for example. Android devices can come in (almost) all densities (XHDPI, HDPI, MDPI, LDPI) and Sizes.

You have to understand the principles of android screen-layouts to understand how to design apps for android. This documentation is a good starting point, also the Android Design Page has a lot to offer.

Or talk directly to the developer which has to turn your design into code - what resolutions does he need etc.

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