调整启动器图标大小

发布于 2024-12-29 22:27:14 字数 934 浏览 1 评论 0原文

我正在尝试制作我的 MediaShortcut 应用(来源) 创建启动器图标,其大小取决于屏幕的密度。 该图像是从 android.provider.MediaStore.Images.Thumbnails< 检索的/a>.getThumbnail(getContentResolver(), "imageid"), android.provider.MediaStore.Images.Thumbnails.MICRO_KIND, null)

所以首先我使用以下方法获取屏幕的密度 http://developer.android.com/reference/android/util/DisplayMetrics.html 然后根据此表调整图像大小 http://developer.android.com/ Guide/practices/ui_guidelines/icon_design.html

这似乎在我的大多数设备上运行良好,但在我的华硕滑块上 (和朋友的变压器)图标明显小于 主屏幕上的其他图标。在其他设备上,我注意到图标太大并且只显示了一部分。

有人知道为什么会这样吗?谢谢!

I am trying to make my MediaShortcut app (source)
create launcher icons whose size depends on the density of the screen.
The image is retreived from android.provider.MediaStore.Images.Thumbnails.getThumbnail(getContentResolver(), "imageid"), android.provider.MediaStore.Images.Thumbnails.MICRO_KIND, null)

So first i get the screen's density using
http://developer.android.com/reference/android/util/DisplayMetrics.html
and then resize the image according to this table http://developer.android.com/guide/practices/ui_guidelines/icon_design.html

This seems to work fine on most of my devices but on my Asus slider
(and a friends transformer) the icon is significantly smaller than the
other icons on the home screen. on other devices i have noticed the icon is too big and only part of it is shown.

Does anybody have any idea why this could be? Thanks!

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文