请选择 进入手机版 | 继续访问电脑版

莱州网

 找回密码
 立即注册
查看: 1241|回复: 0

Android 修改app图标和名称的方法

[复制链接]

33

主题

34

帖子

196

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
196
发表于 2021-1-11 14:34:11 | 显示全部楼层 |阅读模式

请到values/strings.xml下


1

2

3

4

5

6

<? xml version = "1.0" encoding = "utf-8" ?>
< resources >
  < string name = "app_name" >AndroidIntro</ string >
  < string name = "hello_world" >Hello world!</ string >
  < string name = "menu_settings" >More</ string >
</ resources >





修改<string name="app_name">你的程序名称</string>节点


2背景图设置:
图片保存为JPG格式,存放在res-->drawable下,布局文件中加android:background="@drawable/图片名"

3图标设置:
在AndroidManifest.xml文件中找到Android:icon=“ ”,更改icon="@drawable/图片"。

或者修改drawable文件夹的ic_launcher.png图标,把新的图标改名覆盖就可以了。

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|手机版|莱州网

GMT+8, 2023-3-31 15:21 , Processed in 0.052788 second(s), 18 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表