Guys anyway to change font text colour because I can't read text if I use white or black background so I want to change text colour opposite to background I used.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Please help.I badly want to change those text colour
cure25 said:
Guys anyway to change font text colour because I can't read text if I use white or black background so I want to change text colour opposite to background I used.
View attachment 909180
View attachment 909181
Please help.I badly want to change those text colour
Click to expand...
Click to collapse
in framework/ res/color....u will find color files... find the correct one n edit it...
fundoozzz said:
in framework/ res/color....u will find color files... find the correct one n edit it...
Click to expand...
Click to collapse
I decompiled framework and went inside colors.XML but not able to understand what to modify.
Can u please help me
cure25 said:
I decompiled framework and went inside colors.XML but not able to understand what to modify.
Can u please help me
Click to expand...
Click to collapse
Currently not having laptop but I guess it should be like primary color...
there will be a 8 digit color code..
1st two for transparency and remaining normal color code...
Related
Hi everyone I have a bug in a theme that I am porting, I can't find that png, looking for it 2days now with no succes.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
clarkkov said:
You are looking for "panel_background.9.png" in "/drawable-mdpi/" folder. This is the ".9" .png, these .png(s) are hard to modify. They will get blurred or stretched like that if you modify them like normal .png(s). You have to leave metadata intact (and NOT add additional metadata), attributes have to stay as "A".
Click to expand...
Click to collapse
I tried changing it to a stock one but it had same effect
but I didn't get the "You have to leave metadata intact (and NOT add additional metadata), attributes have to stay as "A"." part
clarkkov said:
The file must be *untouched* in order to remove the blurred blob bug. In other words, you need the original file there from a theme that does not have this bug or from the stock Samsung theme. If you don't know what image metadata and attributes are then I'm afraid I can't help you, just use the original png.
Click to expand...
Click to collapse
I tried with original one from the theme (untouched) and the stock one but it is the same I found out that the panel_background changed other backgrounds but not that one.
clarkkov said:
You are looking for "panel_background.9.png" in "/drawable-mdpi/" folder. This is the ".9" .png, these .png(s) are hard to modify. They will get blurred or stretched like that if you modify them like normal .png(s). You have to leave metadata intact (and NOT add additional metadata), attributes have to stay as "A".
Click to expand...
Click to collapse
sorry but you were wrong it wasn't panle_background but the popup_botom,..... there are 10 png's like that
Sorry dude but its not the panel because I have fixed it already that png is one of those popup_...
You can have alook for yourself the panel one was grey and the bug is white, transparent.
Sent from my GT-I5800D using XDA App
someone please help me to change the icon bar in the my status bar, i'm edit the xml in the systemUI and this is not work
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
the pictures are in /res/drawable-ldpi. you can change with any suitable pic
You can readily refer to kill3d's topic on this...
Dont forget to press the thank button !!!
Sent from my GT-S5360 using xda premium
kurotsugi said:
the pictures are in /res/drawable-ldpi. you can change with any suitable pic
Click to expand...
Click to collapse
okey i'll try sir
chamatht said:
Keep same resolution as in default pic
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
okey thanks sir
change the png icon of the toggle and replace the new with the same name
dredremon said:
change the png icon of the toggle and replace the new with the same name
Click to expand...
Click to collapse
I've tried to change the status bar icon, but my statusbar is missing
you've mention that you edit some xml files. revert it to its original value
kurotsugi said:
you've mention that you edit some xml files. revert it to its original value
Click to expand...
Click to collapse
where i can find the xml file as you say bro?
are u using 14 togles?if yes.the icons are in lidroid-res.apk
i am Making a Theme With transparent backgrounds and need help in locating the images specified in the following screenshots, i am wanting to make them transparent but need to know the image name and image location, i think they might be in framework/res/drawable-hdpi, but for the life of me cannot locate them.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Any help would be greatly appreciated, thanks in advance Tired Storeman.
Do you mean the WiFi, Bluetooth images from the drop down, as they are in the SystemUI.apk and the ones from the settings picture are located in the Settings.apk
In each apkyou need the res > drawable-hdpi folder
Hey ag4751, thanks for the reply, guess i should have explained my request a bit better, i am trying to give the "wireless and network" and the "device" heading from the Settings screenshot and the "Samsung Account, setup samsung account" from the dropdown notification, a transparent background
Sorry I can't point you to the exact files. I don't have access to my PC to check and there are differences between roms. The settings headers will be something like list_section_header in framework-res, they will be .9pngs and if you zoom in on the image/s you should be able to confirm the correct one/s from the colour used...
For the dropdown notification try systemui/res/values/drawable and there should be a line in there for the notification row background (I'm not sure with this if tw uses an image instead its been a while since I used a Samsung from)
Sent from my GT-I9100 using xda premium
Thanks m1keyb, figured out the settings label, it was the tw_dark_header.9.png, now just need to figure out the pulldown notification background
np man, just had another look and the pulldown notification looks like notification_item_background_color & notification_item_background_color_pressed. status_bar_notification_row_background_color is the divider I think.
All in systemui values/ drawables.xml
Greetings
After a long search on the internet, I finally found how to change the text in the notifications of the statusbar when you pull it down. This changes the text only in the notifications and not throughout the whole phone. Why I wanted to do this was because in bright conditions, the second line was hard to see when it was a dark gray. Now it is more visible to me with a lighter color and it makes a difference with both transparent and black notifications.
Decompile framework-res.apk
go to res -> values -> open styles.xml with notepad++ or your favorite editor.
Search for: TextAppearance.StatusBar.EventContent
you can change the color and size of the second line of your notification
TextAppearance.StatusBar.EventContent.Title
is where you can change things for the first line
and last search for:
TextAppearance.StatusBar.EventContent.Time
here you can make changes to the timestamp
The trouble I had was knowing exactly what those were referred to and which xml to edit.
Hope this is of some help in the themes and mods people are doing.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
nice.. LOL
op updated (timestamp) finally LOL
LOL..did i already told you about the timestamp?
joehanh88 said:
LOL..did i already told you about the timestamp?
Click to expand...
Click to collapse
yup but it wasn't clear, and didn't work but this one did both in text size and color and whether it was normal or bold too
your suggestion: for timestamp color change in "holoclock" (something) in colors.xml didn't change a thing sorry LOL...
bobfrantic said:
yup but it wasn't clear, and didn't work but this one did both in text size and color and whether it was normal or bold too
your suggestion: for timestamp color change in "holoclock" (something) in colors.xml didn't change a thing sorry LOL...
Click to expand...
Click to collapse
lol..my bad
joehanh88 said:
lol..my bad
Click to expand...
Click to collapse
yes you are LOL.... go stand in the corner
Hi.
I would love some guidance in this matter. Look at the pictures below, when I'm about to edit a contact the background is black and some text dark grey. Where can I change this, in what apk and xml, so it is readable?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Would really love some help in this matter!
pemell said:
Hi.
I would love some guidance in this matter. Look at the pictures below, when I'm about to edit a contact the background is black and some text dark grey. Where can I change this, in what apk and xml, so it is readable?
Would really love some help in this matter!
Click to expand...
Click to collapse
Is this a costum ROM? If it is it might be a bug, or some option like a darker theme that is selected.
vortax123 said:
Is this a costum ROM? If it is it might be a bug, or some option like a darker theme that is selected.
Click to expand...
Click to collapse
It's stock rom (Touchwiz 4.1.2) but with aosp contacts app. I want to find the xml that controls the text color or background picture. Do you know where to look?
pemell said:
It's stock rom (Touchwiz 4.1.2) but with aosp contacts app. I want to find the xml that controls the text color or background picture. Do you know where to look?
Click to expand...
Click to collapse
No I don't :s But I searched a bit and found this two threads http://forum.xda-developers.com/showthread.php?t=2354006 and http://forum.xda-developers.com/showthread.php?t=2278040 These guys have modified aosp, so they probably can help you better than I can
Resolved.
Changed this in my theme: <color name="theme_primary">#ffffffff</color>
Mods, please close this thread.