The Google Maps application has a transparent ActionBar, through which the map is visible.
If someone needs the transparent bar but only for certain activities while using a solid one in the rest of them, it might be worth creating two different styles and using the manifest to get control over it:
and then in your AndroidManifest.xml you can either use one of them as default and the other one for some specific activities by doing something like:
...
...