[Q] Changing Black Apps Text Colour of Stock 5.0 Theme - G3 Q&A, Help & Troubleshooting

Greetings, my question is regarding the thread title, also referring to my screenshot (noticing the apps titles are in black colour)
Before I start my explanation, I should mention the source of this stock 5.0 theme:
http://forum.xda-developers.com/lg-g3/themes-apps/themes-lg-g3-lg-home-t2887118
(It's originally from @Cloudyfa)
So my request being a guide to change the black colour apps text back to normal white. Can anyone pls guide me how to edit the colour coding in the theme apk or whichever procedure that I should follow? I do not have deep knowledge on the coding but I can decompile and edit apk at the very least.
Thanks

Related

[Q] backgrounds clashing with my text, which png do i change? any idea's?

Hope i have posted this in the right section because this is a themed related question
Can anyone help me with this little problem i have themed my framework, dialer & status bar icons (which i really like) , but after changing so much i am a little confused on what png i need to change to make the following white backgrounds clashing with my text on the screen shots, if anyone knows on what the names of the pngs are called which i need to replace & the locations please do tell me cause i dont have a clue
Thanks very much in advance
deanr1977 said:
Hope i have posted this in the right section because this is a themed related question
Can anyone help me with this little problem i have themed my framework, dialer & status bar icons (which i really like) , but after changing so much i am a little confused on what png i need to change to make the following white backgrounds clashing with my text on the screen shots, if anyone knows on what the names of the pngs are called which i need to replace & the locations please do tell me cause i dont have a clue
Thanks very much in advance
Click to expand...
Click to collapse
All these colors are in /res/values/style.xml
look for icon menu
list view
and any other menu instances that have that light grey, looks to be pretty close to white, maybe cccccc
make them black and youll be good to go.

how to make a "light" theme

i really like how the people app looks in ics
can i edit framework to change the settings menu background to the white color in the people apk? as well as change the text to black so i can actually see it? maybe even make the dialer have a white background as well. thanks for any help i would love to make ics more of a "light" theme.
EDIT: is it possible to change the image in frame work labeled (not sure on the name) holo_background_dark.png, if i did replace this how to i change the font to be dark as well
a lot of text issues arise when making a white theme. more so than just changing the text color in framework and sysui
It's possible, of course, but the fact that you are asking those questions warrants the answer 'but not advisable for YOU to mess with it'.
It's not simple as 'changing one background/text color'.
Edit: if you are really determined to do it, take a look at this: https://docs.google.com/Doc?docid=0AcdxIJRSH9ypZGZzc2pxNDlfMjdnazk4OHNxZA&hl=en&pli=1
MilkPudding said:
It's possible, of course, but the fact that you are asking those questions warrants the answer 'but not advisable for YOU to mess with it'.
It's not simple as 'changing one background/text color'.
Edit: if you are really determined to do it, take a look at this: https://docs.google.com/Doc?docid=0AcdxIJRSH9ypZGZzc2pxNDlfMjdnazk4OHNxZA&hl=en&pli=1
Click to expand...
Click to collapse
thank you for the guide.
my title isn't really clear on what im doing, its not necessarily a whole theme, i still want to keep all apks the same as well as the status bar and stuff, but more or less changing the background image of the settings menu to white by extracting the frame work and replacing the gradient grey png with a white one and then changing the font in the settings menu to a dark grey. which works in root explorer alone. i just need to find out how to change the font color. which could probably be done by putting in a hex code to a system file right?
if not o well atleast i tried lol, hopefully there will be a light theme soon.
andrewlax120 said:
thank you for the guide.
my title isn't really clear on what im doing, its not necessarily a whole theme, i still want to keep all apks the same as well as the status bar and stuff, but more or less changing the background image of the settings menu to white by extracting the frame work and replacing the gradient grey png with a white one and then changing the font in the settings menu to a dark grey. which works in root explorer alone. i just need to find out how to change the font color. which could probably be done by putting in a hex code to a system file right?
if not o well atleast i tried lol, hopefully there will be a light theme soon.
Click to expand...
Click to collapse
framework-res.apk in no-dpi folder, is the gradient background png.

[Q]Transparent App Drawer In Stock Launcher

Hi.
I've been playing around with my phone for a while now. I used UOT Kitchen to get transparent notification bar.
But what I'm really interested in is a transparent app drawer. I have gone through all the .png's in systemUI, framework-res, twframework-res, touchwiz30launcher and i did not see a single .png that the system would use as a app drawer background.
And as far as i understood the transparency is enabled in those .xml files.
http://forum.xda-developers.com/showthread.php?t=1255155 - this is what I'm talking about.
I'd be glad if anyone would tell me what lines/files i have to add and where.
And if anyone bothers to help me, I will most definitely make a guide how to do this
And also, is there a way to change the background color in menus with font color ( cuz i've seen ROM's with white background and grey font)
Peace
PS! I didn't know whether I should post this in General or here, but as it is theme related I believe it belongs here.
MustPrill said:
Hi.
I've been playing around with my phone for a while now. I used UOT Kitchen to get transparent notification bar.
But what I'm really interested in is a transparent app drawer. I have gone through all the .png's in systemUI, framework-res, twframework-res, touchwiz30launcher and i did not see a single .png that the system would use as a app drawer background.
And as far as i understood the transparency is enabled in those .xml files.
http://forum.xda-developers.com/showthread.php?t=1255155 - this is what I'm talking about.
I'd be glad if anyone would tell me what lines/files i have to add and where.
And if anyone bothers to help me, I will most definitely make a guide how to do this
And also, is there a way to change the background color in menus with font color ( cuz i've seen ROM's with white background and grey font)
Peace
PS! I didn't know whether I should post this in General or here, but as it is theme related I believe it belongs here.
Click to expand...
Click to collapse
u need to decompile the apk
go to valeus-mdpi
open colors.xml
menu_bacmground #770000
and some more
MustPrill said:
Hi.
I've been playing around with my phone for a while now. I used UOT Kitchen to get transparent notification bar.
But what I'm really interested in is a transparent app drawer. I have gone through all the .png's in systemUI, framework-res, twframework-res, touchwiz30launcher and i did not see a single .png that the system would use as a app drawer background.
And as far as i understood the transparency is enabled in those .xml files.
http://forum.xda-developers.com/showthread.php?t=1255155 - this is what I'm talking about.
I'd be glad if anyone would tell me what lines/files i have to add and where.
And if anyone bothers to help me, I will most definitely make a guide how to do this
And also, is there a way to change the background color in menus with font color ( cuz i've seen ROM's with white background and grey font)
Peace
PS! I didn't know whether I should post this in General or here, but as it is theme related I believe it belongs here.
Click to expand...
Click to collapse
this wuld help you
http://forum.xda-developers.com/showthread.php?t=1500230
CoolCatGetHome said:
u need to decompile the apk
go to valeus-mdpi
open colors.xml
menu_bacmground #770000
and some more
Click to expand...
Click to collapse
Too brief!
Huh.. Lot of thread already make the tutor for this..
Sent From Jamban.. When I was Modol.. #ModolTEAM

[Q]How to theme Top Tab bar dialer CM10.1

Hi, can someone help me, i tried to find some post before asking, but i found only for Gingerbread and others that don't explain clearly, i want to theme the tab bar background, not the selection, the selection i know is on framework-res and i already changed to orange as you can see on the screen shot, but i want to change the black background to white background!Can someone help me?
Here is the posts that i already read:
http://forum.xda-developers.com/showthread.php?t=1163006 (this explain the selection that i already know and changed to orange)
http://forum.xda-developers.com/showthread.php?t=1215898 (this just explain how to change background, mine is already white)

Help with modding res please?

Hi All,
Attachment 1 is how i have my dialler themed (all black background) -
I cannot for the life of me find the .png i need to change to make the call log and favorites adopt this same format (attachment 2,3)? its a blue/black mix and i want it swapped out - would also love to change the text to ICS like the rest of my APKs
anybody able to help me?
Also, if you look in attachment 4 - how can i change the white writing at the top right hand corner to ICS blue (everything on my phone is themed to be all black, ics blue text)
Im comfortable with editing RES, Xmls and ADB and im running Android 4.3, PA 3.97 (no theme engine) on an S3 international variant.
THANKS GUYS!

Categories

Resources