Android 左上角图标

发布于 2024-10-26 19:55:45 字数 90 浏览 1 评论 0原文

我想知道是否可以在我的应用程序运行时制作自己的个人图标?我真的不想担心将其添加到通知向下滚动菜单中。我只想要左上角的图片。任何有关如何执行此操作的帮助将不胜感激。谢谢

I'm wondering if it is possible to make my own personal icon for when my app is running? I don't really want to worry about adding it to the notification scroll down menu. I just want the picture in the top left corner. Any help on how to go about doing this would be appreciated. Thanks

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

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

发布评论

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

评论(2

时光清浅 2024-11-02 19:55:45

其实左上角的图标是可以改变的。您必须更改 ic_launcher png 文件(在 res/drawable 中)。不要忘记在 hdpi、mdpi 和 ldpi 文件夹中更改它。

  • 对于 mdpi 应该是 100X100
  • 对于 hdpi 应该是 150:150
  • 对于 ldpi 应该是 75:75

ldpi、mdpi、hpdi 的 Android 屏幕尺寸(以像素为单位)?

Actually it is possible to change the icon in the top left corner. You have to change the ic_launcher png file (in res/drawable). Don't forget to change it in the hdpi, mdpi and ldpi folder.

  • for mdpi it should be 100X100
  • for hdpi it should be 150:150
  • for ldpi it should be 75:75

Android screen sizes in Pixels for ldpi, mdpi, hpdi?

南街女流氓 2024-11-02 19:55:45

这是不可能的。如果您想要有通知,则也必须将其放在通知抽屉中。

This is not possible. If you are going to have a Notification, you must have it in the notification drawer as well.

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