I know its a bit tricky. But are there any way to get the drawer background semitransparent?
Related
Hi...
A question??
How i can change the background Color / from browser.apk ??
I have a transparent statusbar, and when i run the browser is the status bar white.
as the name of the browser background in the framwork-res is file?
thanks for reply
Greetings
pza
i doubt that it is in framework-res.apk
check browser.apk and i don't think that it will be a .png. I am pretty sure its a .xml file you will have to edit.
that just looks like a bad status bar background PNG within the framework-res.apk.. (thats just for the dodgy lookin status background with the android pic) not sure about the very top bar thing
When ever you make status bar background transparent, not only browser other apps like market will make kind of ugly look on the notification bar.
This is because behind the transparent notification bar these items operates. since notification bar is transparent you will see it. for instance , if you have semi transparent black notification bar, you will see ugly gray outcome. that a side-effect..
Go and edit framework-res.apk / res/drawable-hdpi/statusbar_backgroundxxx.png
and make it solid.
Hope this is what you are looking for.............
I think the background for the status bar while in the browser is the web page you are viewing at the time.
So if you view a dark page it should look ok. Give your Google a dark theme and see..
You could do like Shiwantha said and make it solid or just make it less transparent and more opaque.
Sent from my X10a using XDA App
AyDee said:
I think the background for the status bar while in the browser is the web page you are viewing at the time.
So if you view a dark page it should look ok. Give your Google a dark theme and see..
You could do like Shiwantha said and make it solid or just make it less transparent and more opaque.
Sent from my X10a using XDA App
Click to expand...
Click to collapse
yes it is just as you have said it .. thanks for the tip was very helpful ..)
.. now I have a gray shade in Transparent statusbar
pza
title pretty much says it all.
i was wondering if there are any themes that have a black notification bar instead of the ol' white one. im currently using GO Launcher theme and i am rooted.
as for the second part: i wanna change my icons in the app drawer to different icons. like when u pull up the drawer and see all system apps and other apps. is there a way to change those icons without having to apply a theme?
Hi there,
Is there a way to change the statusbar?
I'm now using ADW Launcher, but i think i'm going to buy ADW EX Launcher.
Can i change the status bar with that launcher? (Like the Android 2.2 statusbar, with only the icons (brightness, sound, wifi, rotation), not the programs?
Thanks,
Do you mean notification bar or the apps at the bottom. As far as I know you can't change the notification bar unless you have rooted but the apps a long the bottom are easily changeable. +, don't waste your money with ADW, use GOlauncher.
You can change the status bar with no Laucher!
Has Google removed the fully transparent status bar and action bar from KitKat? It used to be transparent in selected apps under KitKat, but now its only transparent on the home screen. In apps there is always a semi-transparent and shaded bar. This happens in native Google apps such as Gmail as well. Look at the screenshot below for an example. It's not fully transparent and it's annoying. Is this due to Lollipop itself or is there some setting I'm missing?
I hate this as well. Want to find a way to have full transparent...
Yeah, they use a separate navbar/statusbar overlay for a launcher now.
I need background of my app to be completely transparent. I added android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" to <activity...> section of AndroidManifest.xml. But background appeared black instead of transparent. Or may be it is transparent but it has something black behind it. How can I get other app activity screen or launcher screen behind my app?
Solved - applcation itself did not have transparent background.