如何更改Android中的默认应用程序图像?(How to Change the default Application image in android?)

编程入门 行业动态 更新时间:2024-10-16 22:18:00
如何更改Android中的默认应用程序图像?(How to Change the default Application image in android?)

如何更改Android中的默认应用程序图像??我们想要将我们的应用程序与其他android应用程序区分开来。因此,我们想要将默认的android应用程序图像更改为分离图像。

如何做到这一点?任何人都可以帮助我?

How to Change the default Application image in android??we want to distinguish our application to other android application.so we i want to change the default android application image to sepate image.

how this can be done?anyone pls help me?

最满意答案

在你的项目中放置一个图像,并用你的androidmanifest.xml文件引用它

android:icon="@drawable/icon"

在<application>部分

随机参考一点点细节: http : //www.connorgarvey.com/blog/? p= 97

(有点偏离主题,但这是制作图标的开发指南中的一个很棒的页面: http : //developer.android.com/guide/practices/ui_guidelines/icon_design_launcher.html )

Put an image in your project and reference it in your androidmanifest.xml file with

android:icon="@drawable/icon"

in the <application> part

Random reference with a tiny bit more detail: http://www.connorgarvey.com/blog/?p=97

(a bit offtopic, but this is a great page from the dev-guide for making icons: http://developer.android.com/guide/practices/ui_guidelines/icon_design_launcher.html )

更多推荐

本文发布于:2023-07-07 21:31:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1068467.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:应用程序   如何更改   图像   Android   Change

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!