HI,
I am also facing probs with transparent theme.. i tried my theme to
keep my activity background transparent..
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Mytheme">
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowFrame">@null</item>
<item name="android:backgroundDimAmount">0.6</item>
<item name="android:backgroundDimEnabled">true</item>
</style>
</resources>
but it is not working can anybody tell the solution...
Thanks,
Peeyush
On Fri, Jun 12, 2009 at 5:41 PM, Shyam Dasgupta <[email protected]>wrote:
>
> right, the title bar can be hidden both by setting flags or using a
> custom theme with [<item name="android:windowNoTitle">true</item>] but
> the status bar is acting differently in 1.5, atleast in my case.
>
> On Jun 12, 5:05 pm, sylpheo <[email protected]> wrote:
> > sorry, not for status bar :) just title
> >
>
--
Thank & Regards
Peeyush Varshney
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---