V SuperUser V
Android Expert
I want to change the text color of the whole phone. Where do i find the main.xml?
Thanks in advance
Thanks in advance
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I want to change the text color of the whole phone. Where do i find the main.xml?
Thanks in advance
checked, not in thereI know on root explore its in data/ system all the XML r there

Have to go in all the apks and decompile and recompile them. There's not one main XML
Sent from my LG-MS910 using Tapatalk 2 Beta-5
I'm not really sure but aren't these the XML files color
![]()
Im pretty sure they are. I know that I edited my notifications drop down menu color through there somehow. About the whole phone? IDK.
framework-res.apk/res/values/colours.xml
Beware if you change the text from white to black for example, you can end up with black text on black background.
Hope this helps.![]()
This might help you, it's dated but can still be useful.![]()
That helped. Now im getting a bunch of force closes. I compile and sign the framework just fine, idk whats happening

You don't sign system apk's, adb push or flash them unsigned.![]()
So i rename unsignedframework-res to framework-res and push it.....right?
wat color r u changing it to I wanna c it I might wanna use it also
ICS color
i pm'ed you![]()
edit: what an idiot i am. I cant use the unsigned one. I copied the resources.arsc from the unsigned and pasted it on the original framkework-res using 7zip and that did itYeah.