Quantcast
Channel: xda-developers - Android Themes
Viewing all articles
Browse latest Browse all 4090

[GUIDE][LP,MM] How To Change Settings Background

$
0
0
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
Code:

apktool if framework-res.apk
Mediatek
Code:

apktool if mediatek-res.apk
SystemUI
Code:

apktool if SystemUi.apk
after that extract your settings.apk from your rom and decompile it using
Settings
Code:

apktool d settings.apk
after decompilition is sucessful locate to settings folder and go to path
Code:

res/values/style.xml
now open style.xml using notepad++
search for code
locate
Code:

<style name=Theme.SettingsBase parent=@android:style/Theme.Material
now find the code under style.xml

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
change the value of colorbackground with any hex of color you want
at last save yor xmls and recompile your settings apk
using
Code:

APKTOOL B SETTINGS
push your apk to your phone replace this with your original ,all done


Dont Forget To HIT Thanks If you like the Guide

Viewing all articles
Browse latest Browse all 4090

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>