{
"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"
}
I am having trouble determining what controls the transparency of the actual notifications? Is it ROM specific? I have applied the same .png files to 2 different ROMS.... The first one tured out the way I want it [pure transparent].... the second, has opaque Notification background and "Ongoing" background [or white semi-transparent].... How do I control this?
Any ideas? I've been going at it for awhile.....Please help
p.s I have tried xultimae-tp to modify the services.jar... didn't work.....
I am wondering this also, has anyone got some helpful info?
The transparent pulldown that I am using has the notification boxes transparent white and I would like them to be solid white so that I can see the text better.
Related
Can anyone skin a stock-looking notification bar for these things? ....And maybe give a brief overview on how to apply? Thanks
{
"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"
}
dressanderc said:
Can anyone skin a stock-looking notification bar for these things? ....And maybe give a brief overview on how to apply? Thanks
Click to expand...
Click to collapse
There is a white-bar metamorph in the Vibrant Themes and Apps forum, but it still has a white clock and white text due to the fact that we don't yet have a de-odexed rom to use to tweak the text color settings.
Im trying to figure out how to change this, but Im not able to find it. It does not appear to drawable-hdpi and I opened all of the XMLs in layout that have status bar in the name, but nothing shows the gray color that the bar is now. Where is the code/picture to change this. I would like to change it from gray to black.
I attached a picture. I want to change the bar color that says Ongoing and Notifications. Im not sure if its one bar, or if there is a sepparate one for Ongoing, Notificatios, and No Notifications.
Thanks
{
"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"
}
I am trying to build a CM7 theme and one thing that's annoying me and keeping me from releasing it is a transparent now playing screen for the stock CM7 music app. Basically, I want the background transparent. If anyone is able to help me out, it would be greatly appreciated.
Here's a screenshot of the screen I'm talking about...
{
"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"
}
There should be a audio_background.xml in the drawable-hdpi-finger folder on decompile...Try changing the colors to #00000000
Thats what I do to change the now playing background in the theme engine..
Not exactly transparent. Wallpaper isn't visible like the dialer...
i am trying to style the text color from default black to white in these menus only so look like they look like the screen shot. the only way i have been able to do this so far is by changing the value <color name="bright_foreground_light">#ff000000</color> to white in colors. which messes up all the text fields and i get all white text on white fields. i messed with the widget styles in values for a few days now and i cant get anything to work right. i am new to styling android. but a fast learner can someone help me with this project i would definitely consider donating to a dev for help. running stock rooted gingerbread 2.3.4.
{
"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"
}
hi guys, I've ran into 3 issues while trying to make my notification transparent
1. how to remove the 4 white lines separating the toggles
2. how to make the background transparent of running/recent notification - is this on smali code? which one?
3.notification bar still black - can anybody help me to make this transparent retaining only the 3 horizontal lines
{
"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"
}
Thanks in advance guys, any inputs is appreciated.
alright, I've managed to make the panel bar transparent by using draw9patch, so issue no.3 is solved
I guess the background on recent/running notification(my issue no.2) is still left in the cold.
Issue no.1 is minor since it's not that intrusive but would like to remove it still.