Themeing mms apk - Samsung Galaxy Nexus

Hey im trying to theme the mms apk and i am having trouble finding the background image to change it from white to black. Can anyone help me out?

Which background are you looking for? Main screen is in conversation_list_screen.xml, each thread on that screen has it's own background at conversation_list_item.xml, and each text message thread has the backgrounds at message_list_item_send.xml and message_list_item_recv.xml. To change background to black, use
Code:
android:background="#000000"

bethanensinger said:
Hey im trying to theme the mms apk and i am having trouble finding the background image to change it from white to black. Can anyone help me out?
Click to expand...
Click to collapse
framework-res.apk in drawable nodpi

Nordpolcamper said:
framework-res.apk in drawable nodpi
Click to expand...
Click to collapse
awesome thank you i didnt realize it had to be a framework-res, I kept editing it under system app thanks

bethanensinger said:
awesome thank you i didnt realize it had to be a framework-res, I kept editing it under system app thanks
Click to expand...
Click to collapse
made the same mistake looking for the settings menu background, but Nitroz pointed me in the right direction^^

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] where is the color for the text on a rom located?

I am running ee1.29...I am loving the look except the text in the menus is stilll the ugly aqua...I am curious how I can mod the rom to make it the blue used in froyo? Thanks
Ok...so no suggestions...how about could someone mod it for me?
The text is aqua or the text is highlighted with an aqua backgroud when you press it? I do not use the same rom you do so could you supply a screen shot?
Sub text in menus is aqua
suzook said:
Sub text in menus is aqua
Click to expand...
Click to collapse
I'm guessing its in the Settings.apk file. You have to use apktool to decompile the .apk file and then you can read the xml and look for the color (ie FF000000 for white) and change it to what you are looking for.
I'll see if I can figure it out and attach the modified Settings.apk. Do you have a specific color you were wanting?
jprocha101 said:
I'm guessing its in the Settings.apk file. You have to use apktool to decompile the .apk file and then you can read the xml and look for the color (ie FF000000 for white) and change it to what you are looking for.
I'll see if I can figure it out and attach the modified Settings.apk. Do you have a specific color you were wanting?
Click to expand...
Click to collapse
I appreciate your help, but I have moved on too froyo...thanks anyway

[Q] Frameworks-res.apk help

When i mod framework-res.apk changing color of some png files results in shape deformation.Its espesialy true when changing color of button png's and homescreen folder png's(top folder part comes out too large and out of shape).
I understand that this is due to some png files containing meta-data.My question is there anway to change the color of these png's without loosing their original shape?
sounds like to me your editing .9.pngs with out running the .9.png threw draw9patch
MysteryEmotionz said:
sounds like to me your editing .9.pngs with out running the .9.png threw draw9patch
Click to expand...
Click to collapse
That what it was,good lookin,im in the process of theming ya Syndicate rom,will be donating in few days.
lviv73 said:
That what it was,good lookin,im in the process of theming ya Syndicate rom,will be donating in few days.
Click to expand...
Click to collapse
if you need any help feel free to ask me or even join are irc channel irc.droid-life.com #acs-users
MysteryEmotionz said:
if you need any help feel free to ask me or even join are irc channel irc.droid-life.com #acs-users
Click to expand...
Click to collapse
Need help with one more thing,what png do i change to change the color of the "progress bar"(progress bar when downloading files)?
Ya changed it from default green to blue color,i been lookin for it in twframework and framework-res but cant find it.Or its not a png but .xml or .jar file?
Thanx in advance.
lviv73 said:
Need help with one more thing,what png do i change to change the color of the "progress bar"(progress bar when downloading files)?
Ya changed it from default green to blue color,i been lookin for it in twframework and framework-res but cant find it.Or its not a png but .xml or .jar file?
Thanx in advance.
Click to expand...
Click to collapse
framework-res.apk/res/drawable/progress_horizontal.xml
you need to change the 3 xmls for progress and 2ndary progress

[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

[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