[Q] To themers: name of an image - HTC One X

Trying to theme my status bar dropdown, and it's driving me insane.
I replaced the quicksettings and clear notifications icons, but when pressing them they get a green overlay.
Right now I'm trying to find out where this is controlled. Must be one of the .xmls or in smali, but so far I had no luck finding anything.
Anyone else know where to look?

KamikaZeeFu said:
Trying to theme my status bar dropdown, and it's driving me insane.
I replaced the quicksettings and clear notifications icons, but when pressing them they get a green overlay.
Right now I'm trying to find out where this is controlled. Must be one of the .xmls or in smali, but so far I had no luck finding anything.
Anyone else know where to look?
Click to expand...
Click to collapse
I'm facing the same dillema. I bet it's in smali somewhere... if we're lucky it calls the RGB value from an XML we can change somewhere.

NRGZ28 said:
I'm facing the same dillema. I bet it's in smali somewhere... if we're lucky it calls the RGB value from an XML we can change somewhere.
Click to expand...
Click to collapse
I checked most of the xmls in systemui and had no luck finding anything. If it calls an xml, then it most likely sits in com.htc.resources.apk which would suck :/
Sent from my HTC One X using xda premium

KamikaZeeFu said:
Trying to theme my status bar dropdown, and it's driving me insane.
I replaced the quicksettings and clear notifications icons, but when pressing them they get a green overlay.
Right now I'm trying to find out where this is controlled. Must be one of the .xmls or in smali, but so far I had no luck finding anything.
Anyone else know where to look?
Click to expand...
Click to collapse
It's skinned blue in our Rom so its not in resources. I'm pretty sure it's in framework-res.apk values/colors.xml. holo_green_light & holo_green_dark
But to be sure I'll ask our lead dev sergio tomorrow.

rayford85 said:
It's skinned blue in our Rom so its not in resources. I'm pretty sure it's in framework-res.apk values/colors.xml. holo_green_light & holo_green_dark
But to be sure I'll ask our lead dev sergio tomorrow.
Click to expand...
Click to collapse
Thanks I'll give it a try
Sent from my HTC One X using xda premium

since it will be changed if one applies a HTC Sense theme, and the Matte theme for instance has a blue on pressed color i did a quick apktool d Matte.apk
i found no graphics file inside but i found this inside /res/values/colors.xml
Code:
<color name="overlay_color">#ff0087b4</color>

endursa said:
since it will be changed if one applies a HTC Sense theme, and the Matte theme for instance has a blue on pressed color i did a quick apktool d Matte.apk
i found no graphics file inside but i found this inside /res/values/colors.xml
Code:
<color name="overlay_color">#ff0087b4</color>
Click to expand...
Click to collapse
Yeah it doesn't do what we want it to do though
I found it's easier to just put all your changes in a skin that's already got blue highlights, such as aluminum or matte. Now if I could only get rid of the black clock in the Matte theme I'd be golden!

endursa said:
since it will be changed if one applies a HTC Sense theme, and the Matte theme for instance has a blue on pressed color i did a quick apktool d Matte.apk
i found no graphics file inside but i found this inside /res/values/colors.xml
Code:
<color name="overlay_color">#ff0087b4</color>
Click to expand...
Click to collapse
Nice catch, too bad that the default skin is com.htc.resources.apk, which can't really be edited atm until apktool is updated.
Edit: with your hint I think it's "<color name="multiply_color">#ff00beff</color>" under values/colors.xml. for stock HTC theme, I think it's in SystemUI.apk, trying it out now.
Edit2: yup, that's the value that colors the icon on press . Editing SystemUI.apk is enough. Bear in mind that the color gets overlaid as a multiply layer (think Photoshop)

Yeah that makes sense with the multiply overlay
It was late yesterday when i posted my findings :-D
- One X -

Related

[Q] Help.... Need to change color of Background, cannot see font

Okay, I've just ported over a few themes to the ultimate droid 2.1.0 and in the transition, my menus font is white on a white backgroud. I cannot see the font unless I use the trackball and highlight it. Would anybody be willing to show me what files to change that or even better help me by changing them for me? I am not a themer by any means and am just looking for a little help thanks.
mickskillz said:
Okay, I've just ported over a few themes to the ultimate droid 2.1.0 and in the transition, my menus font is white on a white backgroud. I cannot see the font unless I use the trackball and highlight it. Would anybody be willing to show me what files to change that or even better help me by changing them for me? I am not a themer by any means and am just looking for a little help thanks.
Click to expand...
Click to collapse
Nobody knows how to do this? I am going crazy trying to figure this out. Thanks
It's in the colors.xml I think .
It may be in values folder.
Once you decompile the
framework.apk
Not at a computer or I could give you a better idea.
Sent from my Incredible using XDA App
just flash the rom again.....with no theme and it should go back to stock colors.
I like the theme.... everything else is perfect... I just need to change the white text on a white background for the pop up menus..... Anybody care to explain how that is possible... Thanks
mickskillz said:
I like the theme.... everything else is perfect... I just need to change the white text on a white background for the pop up menus..... Anybody care to explain how that is possible... Thanks
Click to expand...
Click to collapse
Does this happen when your using the browser? It is def the xmls in the color folder but you have to find out which one. What theme are you using also?
Sent from my ADR6300
fernando sor said:
Does this happen when your using the browser? It is def the xmls in the color folder but you have to find out which one. What theme are you using also?
Sent from my ADR6300
Click to expand...
Click to collapse
I'm running the new Urban theme that was just updated for Ultimate droid 2.1.0....It happens on any program i run when i hit menu to bring up menu options, the font is white on a white backgroud.... Just need to change either the font to black by default or background to default
halfway there
Ok, I've extracted the framework-res file to my PC... I located the colors folder and now i'm in need of help on how to edit the file to make the font black instead of white... What program do i use to edit the file, and how do i repack the framework-res to insert back to the phone? Any help
menu_background.9.png and the image right next to it meed to be themes, they control the background when you hit soft menu button.
mickskillz said:
Ok, I've extracted the framework-res file to my PC... I located the colors folder and now i'm in need of help on how to edit the file to make the font black instead of white... What program do i use to edit the file, and how do i repack the framework-res to insert back to the phone? Any help
Click to expand...
Click to collapse
I would download 7zip and just swap out color xmls that you know are stock. Or just post a download link and I will fix it for you
Sent from my ADR6300
Cheers, exactly what I was looking for while themeing my SGS

(Q) Anyone know where this is

I'm looking for the png or xml that controls the white background for this menu. Found the icons that are in the menu but not the background itself
Thanks for the help guys. They are pngs in the framefork-res.apk= drawable-hdpi= and they are menu_submenu_background.9, menu_background_fill_parent_width.9 and menu_background.9
But now i have a new problem. Does anyone know how to change the text color? I need it either white or even red.
The menu background color will be located in an xml file in the /system/framework/framework-res.apk
Not sure the file but it will be controlled by a theme xml
That is a png it is most likely in a sub folder you have to look just because menus are in drawable-hdpi doesn't mean that the menu base is ill try and find it and edit post when I do
Edit its in drawable-hdpi search menu its there you have to really look though
Are you sure that you didnt just find the .9.pngs? i am pretty sure the color itself is controlled by the XMLs as well though wouldnt bet my life on it.
omegasun18 said:
Are you sure that you didnt just find the .9.pngs? i am pretty sure the color itself is controlled by the XMLs as well though wouldnt bet my life on it.
Click to expand...
Click to collapse
I dont recall seeing the .9.png behind the images name's if it is crap :\ uhh best thing i could think of was this http://forum.xda-developers.com/showthread.php?t=904769 its a myn mod but might work for what he's looking for if i had the chance to get on the pc i could find out but yea basically id have to fight whom ever is on to get on haha hectic man hectic
i know how that is when i searched menu all i got where the .9 files and the icons for settings etc. You could be right and i am just missing it if you are thats awsome i could get into modifying the menu background to have cool graphics as well then for my phone pretty easily. If you get the chance or someone finds out for sure please let us know.
Thanks for the help guys. They are pngs in the framefork-res.apk= drawable-hdpi= and they are menu_submenu_background.9, menu_background_fill_parent_width.9 and menu_background.9
But now i have a new problem. Does anyone know how to change the text color? I need it either white or even red.
Bump..... Anyone know the answer on how to change the color of the text in the menu
Sent from my PC36100 using XDA App
Text color is def in xml files. Also as a warning make sure you are correctly modifing the .9 files if you treat them like plain. Png files you will likely have problems down the road.
Sent from my PC36100 using XDA App
omegasun18 said:
Text color is def in xml files. Also as a warning make sure you are correctly modifing the .9 files if you treat them like plain. Png files you will likely have problems down the road.
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Yup yup looked in pretty much every Xml in htc.resources.apk and framework-res.apk and i'm starting to think that i'm looking in the wrong place. Maybe it's in a .jar?
I already got the .9 pngs made up and they are about 90% transparent. That is why i need to change the text color cuz u cant really see it now.

[Q] XML File to change Text Color??

Does ANYONE know what XML file I would have to edit in the Facebook for android apk to make the text color of the app widget white?
-Meaning if you have the FB widget on your homescreen, usually the background is white and the text is black..ish. My background is now black and I want the text to be white instead of black...ish.
I can read the text, but it's quite annoying. And no, I do not want to go back to a white background if that was your solution = )
Thanks!
edgarzonjr said:
Does ANYONE know what XML file I would have to edit in the Facebook for android apk to make the text color of the app widget white?
-Meaning if you have the FB widget on your homescreen, usually the background is white and the text is black..ish. My background is now black and I want the text to be white instead of black...ish.
I can read the text, but it's quite annoying. And no, I do not want to go back to a white background if that was your solution = )
Thanks!
Click to expand...
Click to collapse
There are many xmls to look for. Check the values folder under color or drawable. Or it could be in layout under appwidget
free the dirk
Papa Smurf151 said:
There are many xmls to look for. Check the values folder under color or drawable. Or it could be in layout under appwidget
free the dirk
Click to expand...
Click to collapse
Yep, well I looked in there, but I wasn't sure it was the right spot to change the color since I kept seeing #ff000000 instead of #000000 which after extensive googling, I found out the ff is the transparency and the rest is hex. Ok so that makes sense now.
So for ANYONE who may want to know this... first decompile the apk so you can edit the xml color in values\drawable.xml and then compile apk AND THEN edit your res\hdpi files. Otherwise it doesnt work. This was the case for me anyway. I could be 101% incorrect, but this is the way it worked for me
edgarzonjr said:
Yep, well I looked in there, but I wasn't sure it was the right spot to change the color since I kept seeing #ff000000 instead of #000000 which after extensive googling, I found out the ff is the transparency and the rest is hex. Ok so that makes sense now.
So for ANYONE who may want to know this... first decompile the apk so you can edit the xml color in values\drawable.xml and then compile apk AND THEN edit your res\hdpi files. Otherwise it doesnt work. This was the case for me anyway. I could be 101% incorrect, but this is the way it worked for me
Click to expand...
Click to collapse
Yeah that is correct. The ff is transparency and also correct that u can decompile apk do ur XML/smali edits then recompile and do ur PNG edits.
free the dirk

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][SOLVED!] How to make transparent pulldown background ?

Hi guys
I'am wondering how to make transparent pulldown background on 4.0.4 Samsung ics roms for our GS3 ?
I managed to do it properly on GS2 but tried many things from GS2 and it didn't worked, it's all black.
I'am pretty sure that it's a line code color to modify somewhere in SystemUI.apk, but can't find it, unfortunately.
Saw some themes in this section which was included it, so this feature is possible :laugh:
Any advice or small tutorial is welcomed !
If I find the solution before, I will post it here on this post.
Many thanks! :good:
Try this
http://forum.xda-developers.com/showthread.php?t=1766566
Sent from my GT-S5360 using xda premium
vicky4slayer said:
Try this
http://forum.xda-developers.com/showthread.php?t=1766566
Click to expand...
Click to collapse
Thanks for your answer, but the guys answer on your thread don't tell where is exactly the value of the background he modified
Nobody has an idea ?
AndroidGX said:
Thanks for your answer, but the guys answer on your thread don't tell where is exactly the value of the background he modified
Nobody has an idea ?
Click to expand...
Click to collapse
Just search "android:background" in that xml file.
(see below)
jnr21 said:
Just search "android:background" in that xml file.
Click to expand...
Click to collapse
Thanks for your message.
I replaced 8 matches of "android:background" by #00000000 code color as said in the thread, in "tw_status_bar_expanded.xml" file, and it's still not working, everything is still black.
By the way, why choosing #00000000 color code instead of #00FFFFFF ? this last one is the color code of full transparency.
Just made a new test.
In "res/values/drawable.xml" I changed all "background" and "_bg" values to #00FFFFFF which is the color code of 100% transparent.
Made 2 test flashable zips :
test1 : stock png's = still no transparency
test2 : with my modified transparent png's = still no transparency
I remarked something interesting.
When device comes to homescreen, before it finish loading some widgets, when I try to pulldown notification bar, this one comes transparent like I want at the first centimeters I try to open it, and before coming to the bottom, came black again, and stay black then.
Maybe the source of the problem is somewhere else. I'am using Go Launcher EX, and remember one tips : using high quality drawings can help to get transparency in some cases : not mine. Tried to activate the transparency notification bar : not working.
Any other help would be appreciated.
AndroidGX said:
Just made a new test.
In "res/values/drawable.xml" I changed all "background" and "_bg" values to #00FFFFFF which is the color code of 100% transparent.
Made 2 test flashable zips :
test1 : stock png's = still no transparency
test2 : with my modified transparent png's = still no transparency
I remarked something interesting.
When device comes to homescreen, before it finish loading some widgets, when I try to pulldown notification bar, this one comes transparent like I want at the first centimeters I try to open it, and before coming to the bottom, came black again, and stay black then.
Maybe the source of the problem is somewhere else. I'am using Go Launcher EX, and remember one tips : using high quality drawings can help to get transparency in some cases : not mine. Tried to activate the transparency notification bar : not working.
Any other help would be appreciated.
Click to expand...
Click to collapse
You have to look in drawable/layout/tw_status_bar.xml in the 2line look for android:background
and tw_status_bar_expandet.xml in the same line
Sent from my GT-I9300 using xda premium
pepi1234 said:
You have to look in drawable/layout/tw_status_bar.xml in the 2line look for android:background
and tw_status_bar_expandet.xml in the same line
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
Solved my problem this afternoon, but yes you were right, it was in "tw_status_bar.xml" that I found my solution
Thanks for watching :good:
Closed per the OP's request as solved

Categories

Resources