Changing text colour - Galaxy 3 General

Please someone give a guideline, i want to change text colours from white to something new, how to decompile and mod framework-res.apk for changing colours and then compile.

Google for apktool , colorchangev3.jar.......and also search in xda for font color change....

Related

change the color on the overscrolling effect

is there anyway to change the overscrolling affect color? I used one theme where the effect was white, but I don't want a whole theme i only wanna change it from green or blue, to a different color of my choosing.
Yeah this is possible, but it requires editing images inside one of the apks. So you'd have to extract the apk, edit the image to whatever color you wanted and then push it to your phone.

[Q] [Solved] Change notification's background behind the buttons

I'm cooking framework-res.apk for my theme.
But I can't find the background of notification buttons(wifi,gps...).
I've been searching it for a period of time, but I just know the background file is in framework-res.apk...
I also take a look at all of the files in it, but I have no idea which one is the file...
Can someone tell me what is the name of the file...?
============================================================================
Updated - Thanks for clem_ita's help!
The settings of notification's background behind the buttons are in lge-res.apk.
The method to change its color:
1. Use apktool to decompile the lge-res.apk.
2. Go to res\layout and find "lge_status_bar_expanded.xml".
3. Open it with a text editor, and search for the string:
android:id="@id/quick_setting"
Click to expand...
Click to collapse
4. You'll see something like this (In my Chinese lge-res.apk it shows like this):
android:background="#ffd0d0d0"
Click to expand...
Click to collapse
Just change the color in the quote.
5. Recompile it and replace the stock one with the modified one.
After reboot, you'll see the change.
[Sorry for my poor English]
If the instruction is not clear enough, please tell me.
if u find the name, post it here
ccdreadcc said:
if u find the name, post it here
Click to expand...
Click to collapse
Because I can't find it, so I just post here....
In your theme(DarkRoom), the notification background is changed...
Even though I extracted the framework-res.apk in your theme, I still couldn't find the image which looks like the background...
I have no idea either... I just used other frameworks as base for the theme...
I have not tested yet, but this backgroudn color should be set via a xml file in lge-res.apk
the xml file should be lge_status_bar_expanded.xml in the layout folder
(got this informations from save80 @ androidword.it forum.. cannot post the exact link as I am a new user)
You also have to change the buttons background using a photo editor software. Those aren't just xml's. With xml's you can change the colour behind the buttons, not the buttons backgrounds. I hope I made myself clear enough. If you need any further assistance, I am here to help.
badeaioan said:
You also have to change the buttons background using a photo editor software. Those aren't just xml's. With xml's you can change the colour behind the buttons, not the buttons backgrounds. I hope I made myself clear enough. If you need any further assistance, I am here to help.
Click to expand...
Click to collapse
My purpose is just to change the bg color behind buttons.
Anyway, thanks for your tips.

[Q] changing text color in settings

I'd like to know which xml files in framework.apk or settings.apk should be changed and how to convert those text messages under header from red to white? I've managed to change colors in notifications bar and pull down menu but can't figure out this.
Tapnięte z g3
u need to edit the color in framework-res.apk/res/color/zzz_tw_secondary_text_sub
That's it! Thank you.

Themeing xml Question

I've been making my theme for almost a week now and im kind of stuck. the only thing i have left to do is change the text color of the text inside the dialer and the contacts. I've changed the hex colors in the colors xml, values/colors, and values/styles. when i did this in the contacts most of my contacts changed but a lot did not such as the headers like where it says A,B,C and so on.the same thing in my dialer. when i change the colors it doesn't change anything. i was wondering if there was a different xml that needs to be edited that i missed somewhere?
also i want to change the green circle for when you answer the phone and i cannot find that anywhere. is it in a smali or something?

Help me to change the colour

Can someone help me to change the color in the clock widget ?
For the numbers and date, decompile and go to res/drawable and open .png files and color them.
for background, I think you should go to XML files in layout and search for a line like
android:background=""
and between quotation marks but path of background pic @drawable/Pic_Name
or a hex color #000000 for example
Sent from my GT-S5360 using Tapatalk 2

Categories

Resources