如果 android:minSdkVersion=“7”,则 Android 应用程序上的图像(其他应用程序图标)在 hdpi 设备上呈现较小。已指定

发布于 2024-12-09 00:52:08 字数 256 浏览 0 评论 0原文

我的应用程序中的活动之一是在网格视图中显示手机上所有已安装的应用程序。如果 android 清单不包含 use-sdk 标签,则图标将显示在活动中,如默认启动器中所示。 但是,如果我在清单中添加 (uses-sdk android:minSdkVersion="7"/> ,HDPI 设备中的图标(也在模拟器中)看起来比它们在默认启动器屏幕中显示的小。

我能够复制这个android sdk 附带的示例应用程序“Home”中的行为

将受到高度赞赏。 谢谢!!

One of the activity in my apps, displays all the installed apps on the phone in a Grid View. The icons are displayed in the activity as shown in default launcher if the android manifest does not contains uses-sdk tag.
But if I add (uses-sdk android:minSdkVersion="7"/> in the manifest, the icons in HDPI devices (also in emulator) appears smaller than how they are displayed in default launcher screen.

I was able to replicate this behavior in sample app "Home" that comes with android sdk.

Any pointers will be highly appreciated.
Thanks!!

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

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

发布评论

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