here the style of my activity :

        <style name="Theme.TransparentTest">
                <item name="android:windowBackground">@drawable/
transparent_background
                </item>
                <item name="android:windowFrame">@null</item>
                <item name="android:windowContentOverlay">@null</item>
                <item name="android:windowIsFloating">false</item>
                <item name="android:backgroundDimEnabled">true</item>
                <item name="android:windowIsTranslucent">true</item>
                <item name="android:windowNoTitle">true</item>
                <item name="android:windowFullscreen">true</item>
                <item name="android:windowAnimationStyle">@android:style/
Animation.Dialog
                </item>
        </style>

On 26 jan, 15:53, Matt Oakes <[email protected]> wrote:
> Could you give some examples. I think part of your email is missing maybe.
>
> Matt
>
> On Tue, Jan 26, 2010 at 2:40 PM, Eden <[email protected]> wrote:
> > Why i get a Black screen with a translucent transparent background on
> > my HTC Hero ? I used the code sample...
>
> > It is OK with the emulators 1.5 and 2.1 !!!!
>
> > Is there a way to have it on my Hero ?
>
> > --
> > 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
>
>

-- 
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

Reply via email to