wheres the font color xml in the new market - Epic 4G Q&A, Help & Troubleshooting

the new 3.0.27 market can anyone help???

Doesn't it just read system font by default?
Sent from my Epix 4G using XDA

Shoulon said:
Doesn't it just read system font by default?
Sent from my Epix 4G using XDA
Click to expand...
Click to collapse
yeah prob, but i forgot to say font color...smh

ok i figured out that the certain font colors im trying to change is dependent on what you click on --> apps, games, movies (the tabbed color on the main screen next to the selection) matches the color of the font after you click on the section you choose & i want 2 versions one all red one all white & i have no idea how these are changed bc it matches the .9.pngs that are the colored tabs for the selections, so i dunno if it reads the color for the fonts from the .9.pngs or if its separately controlled by a xml file

greenmuggy said:
ok i figured out that the certain font colors im trying to change is dependent on what you click on --> apps, games, movies (the tabbed color on the main screen next to the selection) matches the color of the font after you click on the section you choose & i want 2 versions one all red one all white & i have no idea how these are changed bc it matches the .9.pngs that are the colored tabs for the selections, so i dunno if it reads the color for the fonts from the .9.pngs or if its separately controlled by a xml file
Click to expand...
Click to collapse
it'll most likely be in a xml

Shoulon said:
it'll most likely be in a xml
Click to expand...
Click to collapse
ya probly... i wish i knew what one(s) it is

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

How to change font color

Can anyone tell me where to change the menu font color? For example on settings and app settings.
It's a long and convoluted process that would essential force you to create your own theme. Thus, I suggest checking out the theme/app section to see if there's something that better suites your needs
Yeah, there is no built-in option for it.
I already have a theme that I have been putting together but need to know how to change the font color. Should meantion that I am deodexed also.
crawrj said:
I already have a theme that I have been putting together but need to know how to change the font color. Should meantion that I am deodexed also.
Click to expand...
Click to collapse
There is a stickie on top of Themes which explains changing colors. It has to do with changing hex codes.
Do you BONSAI?

[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

Accent Color Collection

Hey Guys,
I love the ability to have custom accent colors on WP7.
So I wanted to ask you guys whats the registry code for your custom accent color. Maybe we could make some kind of collection for color codes
I use those at the moment:
Mint #FF01D86C
Orange #FFFF5900
Purple #FF6D24945
Electric Blue #FF3711C2
Grey #FF838284
Maybe someone also could provide the codes for the carrier/OEM specific accent colors, like HTC, Orange UK, T-Mobile etc.
For changing the colors I use schaps Advanced Config, thanks for that!
Really dig the colors! Advanced Config stopped working so I need to reinstall it, but I checked them via some hex color site and digging all of them. Can you add new colors in the new version of Advanced Config, or do you need to overwrite existing colors?
For me, not custom, but the best accent color is red!
;-) +1... red background&black tiles...
Sent from my Custromized HD7 using XDA Windows Phone 7 App
williammel said:
Really dig the colors! Advanced Config stopped working so I need to reinstall it, but I checked them via some hex color site and digging all of them. Can you add new colors in the new version of Advanced Config, or do you need to overwrite existing colors?
Click to expand...
Click to collapse
I have Version 1.4 on my LG Optimus 7 with Mango and you can add new colors. I don't know how many but I haven't reached the maximum yet
At the moment I really love the HTC color: #FF69B40F
I don't know if this is the real thing I only found it somewhere and like it
Been using the Nokia Blue... looks sweet with the Black bg.
neoxphuse said:
Been using the Nokia Blue... looks sweet with the Black bg.
Click to expand...
Click to collapse
what's the hex code
Check the "KulerCream" app at the marketplace...it connects to a big database with colour combinations and it shows you the hex value for each color...I only wish advanced configuration tool to had an option for a custom background color too..I don't want to mess with registry...
Muvolt said:
Check the "KulerCream" app at the marketplace...it connects to a big database with colour combinations and it shows you the hex value for each color...I only wish advanced configuration tool to had an option for a custom background color too..I don't want to mess with registry...
Click to expand...
Click to collapse
Its super easy...
Just edit only hky local machine ControlPanel\Themes\0\PageBackgroundColor
I did it in like two seconds
scoobysnacks said:
what's the hex code
Click to expand...
Click to collapse
#FF004C9A here it is
scoobysnacks said:
Its super easy...
Just edit only hky local machine ControlPanel\Themes\0\PageBackgroundColor
I did it in like two seconds
Click to expand...
Click to collapse
yeah but is it possible to do add some new colors beside the two black and white, i mean like some standard colors, and have a choice beetween 5, 6, 7, or more colors? but NOT to change the chevron unlocked, or custom rom? something like adding to the registry more folders with background colors...
neoxphuse said:
#FF004C9A here it is
Click to expand...
Click to collapse
How do you know this? Is there a registry explorer for the Lumia now?
I would like to know this also. Can this be done to the Lumia? I'm very boring, the bright colours are a bit much for me, would prefer a subtle grey or something.

[Q] To themers: name of an image

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 -

Categories

Resources