So i wanted to change the text colors for "Notifications" and "Toggles". The problem is whatever i change in theme_values.xml the text color doesn't change. I have no clue where i can search in addition or whatever entry is overriding my changes.
Thx in advance.
RE
choiia said:
So i wanted to change the text colors for "Notifications" and "Toggles". The problem is whatever i change in theme_values.xml the text color doesn't change. I have no clue where i can search in addition or whatever entry is overriding my changes.
Thx in advance.
Click to expand...
Click to collapse
After you make your changes are you re-signing the apk?
Related
Hey all. I've successfully removed all of the T-mobile ugly pink from my Pulse framework but this text highlight is driving me crazy. Does anyone know how to change the text highlight color?
framework-res.apk/res/values/styles.xml
Search for highlight and you'll find it.
The best way to change it will be through apktool.
JAguirre1231 said:
framework-res.apk/res/values/styles.xml
Search for highlight and you'll find it.
The best way to change it will be through apktool.
Click to expand...
Click to collapse
That worked. Thank you
how to you change the letters to white ,if you wanted the highlight black?
Hello,
I finishing my theme but i have a last bug. I need to change the textcolor from black to white. Look at the screenshot here. The scrrenshot is taken on settings page, the color is in all preference or settings on all applications.
Samsung Galaxy Tab Framework
Thanks
Sent from my GT-P1000 using XDA App
Think you forgot the screenshot...
Sorry post updated with the screenshot
I need to change the text color of clock, somebody which file is responsible for it? and where is icon of sms?
probably this helps..
http://forum.xda-developers.com/showthread.php?t=766774
rori~ said:
probably this helps..
http://forum.xda-developers.com/showthread.php?t=766774
Click to expand...
Click to collapse
Already tried, i don't know what are this text color, menu bar, notification bar, category .... ?
Impossible to me to search in layout or style.
setenza01 said:
Already tried, i don't know what are this text color, menu bar, notification bar, category .... ?
Impossible to me to search in layout or style.
Click to expand...
Click to collapse
Uhm me too :/
I had to decompile xml file, I changed color, I compiled it again and add to framework, pack by 7zip, upload to phone and ... nothing change
anybody know the style name in styles.xml of the popup menu item? I want to change the font color of the items of the popup menu...
if not in this file, where is the file to change this value?
the red-rounded font color in the attached capture
thanks!
anybody has made it?
awia said:
anybody know the style name in styles.xml of the popup menu item? I want to change the font color of the items of the popup menu...
if not in this file, where is the file to change this value?
the red-rounded font color in the attached capture
thanks!
Click to expand...
Click to collapse
It's in your Launcher.apk not framework. Makes it harder to do for the masses because everybody uses different home app. Not all of them just the ones from your home screen.
Edubyah said:
It's in your Launcher.apk not framework. Makes it harder to do for the masses because everybody uses different home app. Not all of them just the ones from your home screen.
Click to expand...
Click to collapse
ouch!! this is very bad to make a theme...
and, in launcher.apk, what is the style name?
thanks for your answer!
like putting the transparent application menu.
xml that I have to edit?
-----
i like to change the font color of the picture in the menu?
dvd-98 said:
like putting the transparent application menu.
xml that I have to edit?
-----
i like to change the font color of the picture in the menu?
Click to expand...
Click to collapse
To change the font color, you have to go to twframework-res.apk
Thanks, now prove it to aver that such
Surely there must be a SIMPLE way to change the damn text colour of spinner control without creating string array resources, alternative text view layouts and having the app crash if you get one of the multiple steps wrong.
What has happened to the KISS principal here? I.E. Just change a property value in the layout editor!