Welcome everyone!!!
Here i Guide You to change settings backgroud of your rom
Tested On LP
Requirements:
Apktool
Knowledge of decompiling/recompiling
Settings.apk
notepad++
Process
VIDEO GUIDE
NOTE : JOIN OUR FACEBOOK GROUP FOR MORE THEMING GUIDES
Firstly setup apktools on your windows after that extract framework-res.apk,Mediatek-res.apk and SystemUI.apk
Now install all these above apk in your apktool by using following commands
Framework
Mediatek
SystemUI
after that extract your settings.apk from your rom and decompile it using
Settings
after decompilition is sucessful locate to settings folder and go to path
now open style.xml using notepad++
search for code
locate
now find the code under style.xml
if there is no such code add by your own and save it
now open res/layout/dasboard_category and find code
change the value of colorbackground with any hex of color you want
at last save yor xmls and recompile your settings apk
using
push your apk to your phone replace this with your original ,all done
Dont Forget To HIT Thanks If you like the Guide
Here i Guide You to change settings backgroud of your rom
Tested On LP
Requirements:
Apktool
Knowledge of decompiling/recompiling
Settings.apk
notepad++
Process
VIDEO GUIDE
NOTE : JOIN OUR FACEBOOK GROUP FOR MORE THEMING GUIDES
Firstly setup apktools on your windows after that extract framework-res.apk,Mediatek-res.apk and SystemUI.apk
Now install all these above apk in your apktool by using following commands
Framework
Code:
apktool if framework-res.apk
Code:
apktool if mediatek-res.apk
Code:
apktool if SystemUi.apk
Settings
Code:
apktool d settings.apk
Code:
res/values/style.xml
search for code
locate
Code:
<style name=Theme.SettingsBase parent=@android:style/Theme.Material
Code:
<item name=android:colorBackground>#ffffffff</item>
if there is no such code add by your own and save it
now open res/layout/dasboard_category and find code
Code:
android:colorbackground
at last save yor xmls and recompile your settings apk
using
Code:
APKTOOL B SETTINGS
Dont Forget To HIT Thanks If you like the Guide