Android 左上角图标
我想知道是否可以在我的应用程序运行时制作自己的个人图标?我真的不想担心将其添加到通知向下滚动菜单中。我只想要左上角的图片。任何有关如何执行此操作的帮助将不胜感激。谢谢
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
其实左上角的图标是可以改变的。您必须更改 ic_launcher png 文件(在 res/drawable 中)。不要忘记在 hdpi、mdpi 和 ldpi 文件夹中更改它。
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.
Android screen sizes in Pixels for ldpi, mdpi, hpdi?
这是不可能的。如果您想要有
通知
,则也必须将其放在通知抽屉中。This is not possible. If you are going to have a
Notification
, you must have it in the notification drawer as well.