安卓4.2设置背景白底黑字教程
反编译设置(settings.apk):找到AndroidManifest.xml这个文件
打开编辑
找到 <applicationandroid:theme="@*android:style/Theme.Holo"代码
把 android:theme="@*android:style/Theme.Holo"
改成 android:theme="@style/Silence_Theme"
然后保存
接下来找到settings\res\values目录下的styles.xml文件
打开编辑
拉倒最后面的</resources>的前面加入
<style name="Silence_Theme" parent="@android:style/Theme.Holo.Light.DarkActionBar" />
记得空格
然后保存 编译编译好替换修改过的文件
AndroidManifest.xml 和resources.arsc文件
然后romapp目录下和 framework目录下的apk全部放在一起签名 要不然会出现错误
很给力,ZNDS有你更精彩! 不懂但觉得牛
页:
[1]