Android 菜单图标呈蜂窝状变小

发布于 2024-12-09 15:53:59 字数 266 浏览 3 评论 0原文

我创建了一个菜单图标,并在 ldpi、mdpi 和 hdpi 可绘制文件夹中包含了 36x36、48x48 和 72x72。它在除蜂窝平板电脑之外的所有设备上看起来都很好,在蜂窝平板电脑上,Android 图标周围的填充似乎比我的自定义图标更大。我附上了一张屏幕截图(看看我的“继续阅读”图标比 Android 的“返回”和“我的图书馆”图标大多少)。如何让我的图标看起来像这样?

在此处输入图像描述

I've created a menu icon and included a 36x36, 48x48 and 72x72 in the ldpi, mdpi and hdpi drawable folders. It looks fine on all devices except honeycomb tablets, where it seems like the padding around the Android icons are bigger than on my custom icon. I've included a screenshot (see how much bigger my 'Resume Reading' icon is than the android 'Back' and 'My Library' icons are). How do I make my icon look like this?

enter image description here

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

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

发布评论

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

评论(2

百合的盛世恋 2024-12-16 15:53:59

我想我发现了问题。当在平板电脑上使用 Android 资源图标时,我认为它会更改填充,以便在操作栏中使用图标。因此,当在底部的弹出菜单中显示它们时,它们看起来比应有的小得多。解决方案是将 android 资源复制到我们自己的资源文件夹中,如下所示 http://developer.android.com/guide/practices/ui_guidelines/icon_design_menu.html

I think I found the problem. When using the Android resource icon's on a tablet, I think it changes the padding in order for the icon to be used in the action bar. So when displaying them in a pop up menu at the bottom they are appearing much smaller than they should be. The solution is to copy the android resources into our own resource folder as it says to do here http://developer.android.com/guide/practices/ui_guidelines/icon_design_menu.html

献世佛 2024-12-16 15:53:59

大多数平板电脑不是 hdpi,而是 xhdpi。虽然图标设计指南很有用,但它们并没有提供全部内容故事。请考虑阅读支持多个屏幕。在这里,他们告诉您更多的比例和尺寸。为了节省您的时间,资源应为 3ldpi:4mdpi:6hdpi:8xhdpi,这意味着您的 xhdpi 图标应为 96 x 96。不过,请阅读整个文档。它非常有用。

Most of your Tablets are not hdpi, they are xhdpi. While the Icon Design Guidelines are useful, they don't give the whole story. Consider reading Supporting Multiple Screens. Here, they tell you further ratios and dimensions. To save you some time, resources should be 3ldpi:4mdpi:6hdpi:8xhdpi meaning that your xhdpi icon should be 96 x 96. Please, read the whole document, though. It is insanely useful.

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