katracho
Well-Known Member
before leave i MADE this tut cuz alot people is ask me how to do it so here we go
1 decopile framerwork
2 Navigate to /res/values/ and open styles.xml.
3 Locate <style name=”Theme”>
4 Replace,
Create a 320x480 px (Dimensions equal to resolution of your phone) PNG to your liking, name it my_background.png and place it in drawable, drawable-mdpi folder.
copile the framerwork and put into a flashable zip and enjoy ur neu background have a good days guys
EDIT IF YOU ARE RUNNING EXPLOSION ROM(FORMERLY ULTRA ROM) JUST OPEN FRAMERWORK WITH 7ZIP AND REPLACE THE IMAGE MY_BACKGROUND.PNG FOR THE ONE U WANT
CREDITS
MY COUSIN CARLOS
1 decopile framerwork
2 Navigate to /res/values/ and open styles.xml.
3 Locate <style name=”Theme”>
4 Replace,
Code:
Code:
<item name="colorBackground">@color/background_dark</item>
with
Code:
<item name="colorBackground">@color/transparent</item>
* Replace,
Code:
<item name="windowBackground">@drawable/screen_background_dark</item>
with
Code: (if u need an image as background)
<item name="windowBackground">@drawable/mybackground</item>
OR
Code: (if u need a color as background)
<item name="windowBackground">@color/white</item>
* Locate <style name=”Theme.Black” parent=”@style/Theme”>
* Replace,
Code:
<item name="colorBackground">@color/black</item>
with
Code:
<item name="colorBackground">@color/transparent</item>
* Replace,
Code:
<item name="windowBackground">@color/black</item>
with
Code: (if u need an image as background)
<item name="windowBackground">@drawable/mybackground</item>
OR
Code: (if u need a color as background)
<item name="windowBackground">@color/white</item>
copile the framerwork and put into a flashable zip and enjoy ur neu background have a good days guys

EDIT IF YOU ARE RUNNING EXPLOSION ROM(FORMERLY ULTRA ROM) JUST OPEN FRAMERWORK WITH 7ZIP AND REPLACE THE IMAGE MY_BACKGROUND.PNG FOR THE ONE U WANT
CREDITS
MY COUSIN CARLOS
Some new goodies for my theme...