MIUI通过主题方式更改APP显示名称
7aine吧
全部回复
仅看楼主
level 9
7aine
楼主
随便
镇楼
2016年01月17日 15点01分
1
level 9
7aine
楼主
接着勾选该文件,选择以编辑模式打开,打开之后添加以下代码:
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<MIUI_Theme_Values>
<string name="app_name">File Explorer</string>
</MIUI_Theme_Values>
2016年01月17日 15点01分
4
level 9
7aine
楼主
然后返回re管理器,勾选我们刚刚压缩得到的这个com.android.fileexplorer文件,移动到system/media/theme/default下。
2016年01月17日 15点01分
7
level 9
7aine
楼主
进入主题风格,应用默认主题,桌面上的文件管理图标名字已经变成了File Explorer。
2016年01月17日 15点01分
8
level 9
7aine
楼主
然后会有如下图界面,图中红圈里微信上面的英文就是微信应用名称代码了,记下该代码。
2016年01月17日 15点01分
10
level 9
7aine
楼主
然后我们打开刚刚我们文件管理的那个XML文件,复制这行代码:<string name="app_name">File Explorer</string>
然后在这行代码下面粘贴,因为我们得知的代码有两个,懒得测试,所以直接复制一行。
复制之后把两行代码中的app_name分别改为刚刚我们得知的微信代码axo与axn。
并把名字改为你
想要的名字。
2016年01月17日 15点01分
11
鸢尾云茶
插,补一句,现在微信名称代码是cfo,cfp
2016年01月17日 16点01分
level 9
7aine
楼主
联系人模块加入以下代码
<string name="launcherDialer">Phone</string>
<string name="people">Contacts</string>
短信模块加入以下代码
<string name="conversation">Messaging</string>
2016年01月18日 09点01分
21
FINHillRevives
谢谢
2016年01月18日 09点01分
1