Hi
I want to change my status bar background .... How ?
OR
Tell me which file is responsible for it in drawable-hdpi
and
Thanx
--Sorry for bad English--
I see it's not very intuitively named, disguised well as status_bar_background.png
well
It is for notification background ,,, not status bar
252gt said:
It is for notification background ,,, not status bar
Click to expand...
Click to collapse
Well you asked for different things in your thread title and post, so use the other aptly named file, statusbar_background.9.png
Sorry
And
Thanx
Related
Does anybody can help me to make a transparent notification bar for CM7?
goose2600 said:
Does anybody can help me to make a transparent notification bar for CM7?
Click to expand...
Click to collapse
i have one you can use but i don't know which file to change in CM7 to make it transparent. does anyone know?
edit: nvm
It's in framework-res.apk SystemUI.apk, but I think you will need to edit some .9.png's...
isnĀ“t it in /system/app/SystemUI.apk
The background of the widget part is in Settings.apk; appwidget_bg.9.png
The other backgrounds are located in SystemUI.apk. The main part is shade_bg.png
Also the icons set in located in the SystemUI.apk
Hello ...
I've been searching a lot and didn't found where I can modify the date color (the one that appears when pull down status bar), the notifications color (also when pull down status bar), and the icon label color. See attached files.
I've been searching in framework-res, twframework-res, policies.jar and services.jar and also in LauncherPro.apk: there are related stuff but nothing moves ... It's a mess, some resources are defined in more than 1 file so we don't know which is the good one !
Nothing very important but ... if someone knows I would apeciate as I don't like white neither green colors on phone
Thanks !!
sambastrakan said:
Hello ...
I've been searching a lot and didn't found where I can modify the date color (the one that appears when pull down status bar), the notifications color (also when pull down status bar), and the icon label color. See attached files.
I've been searching in framework-res, twframework-res, policies.jar and services.jar : there are related stuff but nothing moves ... It's a mess, some resources are defined in more than 1 file so we don't know which is the good one !
Nothing very important but ... if someone knows I would apeciate as I don't like white neither green colors on phone
Thanks !!
Click to expand...
Click to collapse
I am not sure, but you can try this:
1) unpack the twframework-res.apk/framework-res.apk...unpack not extract, so that you get readable xml files,
2) In those files, there are options to change color most probably...
dharamg3 said:
I am not sure, but you can try this:
1) unpack the twframework-res.apk/framework-res.apk...unpack not extract, so that you get readable xml files,
2) In those files, there are options to change color most probably...
Click to expand...
Click to collapse
yes, I already search in these files and made some modds for others colors aspects. I'm using a tool to decompile/recompile/build which work well. But ... no effects on the notifications area and I didn't found where is the resource for icon label color ...
if u decompiled the framework-res.apk and twframework-res.apk look into res/values/styles.xml and res/colour folder most of the font colours are placed there....... alternately u can try assigning the colours in res/values/colour.xml and see if it helps....
deadwood01 said:
if u decompiled the framework-res.apk and twframework-res.apk look into res/values/styles.xml and res/colour folder most of the font colours are placed there....... alternately u can try assigning the colours in res/values/colour.xml and see if it helps....
Click to expand...
Click to collapse
Thanks for theses ideas, I did it for pulldown status. But, nothing for the icon label color ... Just found the icon menu label.
thanks again.
Hi,
Does anyone know how to change the colour of the download progress bar in the pulldown notification area?
It's about the only green thing left on my phone!
Spannaa said:
Hi,
Does anyone know how to change the colour of the download progress bar in the pulldown notification area?
It's about the only green thing left on my phone!
Click to expand...
Click to collapse
U need to change the following pngs in framework-res.apk to blueish
Res/drawable-hdpi
tw_progressbar.9.png, tw_progressbar_indeterminate1.png, tw_progressbar_indeterminate2.png, tw_progressbar_indeterminate3.png, tw_progressbar_indeterminate4.png, tw_progressbar_secondary.9.png
Cheers.
I've already changed those and, they show for nearly everything except when an app is updating itself then, the green progress bar still appears in the dropdown.
Spannaa said:
I've already changed those and, they show for nearly everything except when an app is updating itself then, the green progress bar still appears in the dropdown.
Click to expand...
Click to collapse
Depends how much you want to change but also you can to do these
Framework > res > drawable-hdpi
progress_primary_holo_dark.9
progress_primary_holo_light.9
progress_secondary_holo_dark.9
progress_secondary_holo_light.9
All the progressbar_indeterminate_holo png's
XML files will also help if you know how to edit them
Framework > res > drawable
progress_horizontal
tw_progress_horizontal_shape
TwFramework > res > drawable
tw_progress
tw_progress_horizontal
tw_progress_horizontal
OK,
I've looked at Framework > res > drawable and it's not progress_horizontal.xml as the colours are orange but tw_progress_horizontal_shape.xml has greens in it.
I'll give it a try later.
Thanks.
tw_progress_horizontal_shape.xml was the one.
Changed to blue and looking good now.
Thanks again
Spannaa said:
tw_progress_horizontal_shape.xml was the one.
Changed to blue and looking good now.
Thanks again
Click to expand...
Click to collapse
I've been looking to change mine to red to match my theme for ages and now it's finally done. Thanks to all who contributed to this.
My notification background color is transparent (the part that you pull down). I hate it...where the heck do I locate the files to change! I looked everywhere!!
bluejeanstv said:
My notification background color is transparent (the part that you pull down). I hate it...where the heck do I locate the files to change! I looked everywhere!!
Click to expand...
Click to collapse
Looked everywhere ?? ... You sure .... ?? ... For doing that you must frst decompile SystemUI.apk. Then edit status_bar_tracking.xml to point to an image instead of the color. Then do some .smali changes and put a desired image to be the notification bar background ...
Hi everyone, hope i am posting this in
the right section..
Guys, my phone is Samsung Galaxy
Mini which is a ldpi device which now
runs on an ICS rom. I am trying to
change the color for the brightness
sliders and volume sliders.
Which .xml need to be edited to
change the colour..
I decompiled framework-res.apk and
changed hex color values under @id/
progress and @id/secondary progress
in "progress_horizontal.xml", also
changed colors of few pngs in
drawable-mdpi in framework,now the
progress seek bar has changed the
color,but brightness slider color
remains the same.
I then decompiled systemui.apk and
changed the hex color values under
@id/progress in
"adi_seekbar.xml",but nothing got
changed..
Can anyone help me? Which .xml is
associated with the seek bar for
brightness and volume slider? Or
should i deal with smali files to
change the color of brighntness slider
and volume slider..
If that brightness slider you're talking about is in status bar, then look for it's pngs in /res/drawable/ or any drawable folder
iamareebjamal said:
If that brightness slider you're talking about is in status bar, then look for it's pngs in /res/drawable/ or any drawable folder
Click to expand...
Click to collapse
Please see the ss.. need to change the color of brightness slider in the notification drawer.. tried theming all the png's which was mentioned on progress_xx.xml,only the progress bar got changed.. color of the brightness slider is still the same..
This is the ss of volume slider.. this and the brightness slider are the ones i am trying to theme..
Rajesh_m said:
Please see the ss.. need to change the color of brightness slider in the notification drawer.. tried theming all the png's which was mentioned on progress_xx.xml,only the progress bar got changed.. color of the brightness slider is still the same..
Click to expand...
Click to collapse
Check the pngs in SystemUI.apk
iamareebjamal said:
Check the pngs in SystemUI.apk
Click to expand...
Click to collapse
"ic_sysbar_highlight.png" ... will this be the png associated with it? I left to theme this as i thought this wont be the one..
Edit: the above mentioned png is associated with mid_navigation_bar.xml... so no luck with png's
On CM9 and CM10 is quickpanel_brightness_bg.png for the bar and quickpanel_brightness_icon.png for the icon between the bar
davidebeatrici said:
On CM9 and CM10 is quickpanel_brightness_bg.png for the bar and quickpanel_brightness_icon.png for the icon between the bar
Click to expand...
Click to collapse
Thanks for the reply So Quickpanel_brightness_bg changes the slider color or the background color?
Slider I think; background seems to be something like quickpanel_brightness_background.png
davidebeatrici said:
Slider I think; background seems to be something like quickpanel_brightness_background.png
Click to expand...
Click to collapse
Changed the color of quickpanel_brightness_bg.png.... and... guess what.... nothing got changed its all the same
Rajesh_m said:
Changed the color of quickpanel_brightness_bg.png.... and... guess what.... nothing got changed its all the same
Click to expand...
Click to collapse
The xml files that control the progress bar color are theme-dependant and located inside the /res/drawable/ folder.
The names of the files are:
1. scrubber_progress_horizontal_dark.xml
2. scrubber_progress_horizontal_light.xml
In each of these files you'll find a layered list of png's which you'll have to edit to change the look of your progress bar. The last two, scrubber_primary_holo and scrubber_secondary_holo are what you're looking for.
You'll find these in /res/drawable-hdpi (usually). Galaxy Mini, being a LDPI device, it will firstly search for the pngs in drawable-ldpi, then if they're not present there, it will continue searching for the same pngs in the other folder in this order: mdpi, hdpi, xhdpi, xxhdpi. Make sure you edit the pngs found in the folder which represents the lowest resolution possible.
One more thing, these being pngs, you can change the whole look of the slider, not just the color.
alin.p said:
The xml files that control the progress bar color are theme-dependant and located inside the /res/drawable/ folder.
The names of the files are:
1. scrubber_progress_horizontal_dark.xml
2. scrubber_progress_horizontal_light.xml
In each of these files you'll find a layered list of png's which you'll have to edit to change the look of your progress bar. The last two, scrubber_primary_holo and scrubber_secondary_holo are what you're looking for.
You'll find these in /res/drawable-hdpi (usually). Galaxy Mini, being a LDPI device, it will firstly search for the pngs in drawable-ldpi, then if they're not present there, it will continue searching for the same pngs in the other folder in this order: mdpi, hdpi, xhdpi, xxhdpi. Make sure you edit the pngs found in the folder which represents the lowest resolution possible.
One more thing, these being pngs, you can change the whole look of the slider, not just the color.
Click to expand...
Click to collapse
Thanks for the detailed post and you are SPOT ON! i have no idea how i missed those png's.. thanks a lot @alin.p