欢迎来到天天文库
浏览记录
ID:8820592
大小:670.00 KB
页数:5页
时间:2018-04-08
《安卓系统修改教程之修改一级菜单、二级菜单字体颜色教程》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、修改一级菜单、二级菜单字体颜色教程 刚刚看到有机油求助如何修改一级菜单字体颜色,顺便就写了个简单的教程,给需要的人,我不知道论坛是否有了。反编译工具推荐apktool,或者土豆ROM工具箱,教程论坛应该有。切记如果反编译和重编译提示出错的话,切勿使用到手机里,一般会出问题的。一级菜单 2011-9-1018:57:18上传下载附件 (322.72KB)二级菜单 1、反编译framework-res.apk,找到resvaluesstyles.xml,用记事本打开,找到此处1. 2、xtAppearance.Widget.IconMenu.Item"parent="@style/TextAppearance.Small">2. ?textColorPrimary3. 复制代码这里的textColor就是一级菜单上字体的颜色?textColorPrimary白色?textColorPrimaryInverse黑色比如像由白色修改为黑色,这里就修改为1. 3、Widget.IconMenu.Item"parent="@style/TextAppearance.Small">2. ?textColorPrimaryInverse3. 复制代码2、再找到1. 2. @style/Widget.ListView.Menu<4、/item>3. @style/Animation.OptionsPanel4. @null5. ?textAppearanceLarge6. 复制代码这里itemTextAppearance就是二级菜单字体的颜色?textAppearanceLarge5、白色?textAppearanceLargeInverse黑色比如我们由原来的白色修改为黑色,就修改为1. 2. @style/Widget.ListView.Menu3. @style/Animation.OptionsPanel4. 6、 @null1. ?textAppearanceLargeInverse2. 复制代码3、三级菜单字体颜色修改打开resvaluescolors.xml,找到1. #80323232复制代码这里修改为自己需要的颜色代码即可,比如黑色#ff007、0000,白色#ffffffff修改过程算是比较简单的了
2、xtAppearance.Widget.IconMenu.Item"parent="@style/TextAppearance.Small">2. ?textColorPrimary3. 复制代码这里的textColor就是一级菜单上字体的颜色?textColorPrimary白色?textColorPrimaryInverse黑色比如像由白色修改为黑色,这里就修改为1. 3、Widget.IconMenu.Item"parent="@style/TextAppearance.Small">2. ?textColorPrimaryInverse3. 复制代码2、再找到1. 2. @style/Widget.ListView.Menu<4、/item>3. @style/Animation.OptionsPanel4. @null5. ?textAppearanceLarge6. 复制代码这里itemTextAppearance就是二级菜单字体的颜色?textAppearanceLarge5、白色?textAppearanceLargeInverse黑色比如我们由原来的白色修改为黑色,就修改为1. 2. @style/Widget.ListView.Menu3. @style/Animation.OptionsPanel4. 6、 @null1. ?textAppearanceLargeInverse2. 复制代码3、三级菜单字体颜色修改打开resvaluescolors.xml,找到1. #80323232复制代码这里修改为自己需要的颜色代码即可,比如黑色#ff007、0000,白色#ffffffff修改过程算是比较简单的了
3、Widget.IconMenu.Item"parent="@style/TextAppearance.Small">2. ?textColorPrimaryInverse3. 复制代码2、再找到1. 2. @style/Widget.ListView.Menu<
4、/item>3. @style/Animation.OptionsPanel4. @null5. ?textAppearanceLarge6. 复制代码这里itemTextAppearance就是二级菜单字体的颜色?textAppearanceLarge
5、白色?textAppearanceLargeInverse黑色比如我们由原来的白色修改为黑色,就修改为1. 2. @style/Widget.ListView.Menu3. @style/Animation.OptionsPanel4.
6、 @null1. ?textAppearanceLargeInverse2. 复制代码3、三级菜单字体颜色修改打开resvaluescolors.xml,找到1. #80323232复制代码这里修改为自己需要的颜色代码即可,比如黑色#ff00
7、0000,白色#ffffffff修改过程算是比较简单的了
此文档下载收益归作者所有