Hi all,
I wanted to keep by background transparent when I open new
activity on half of the screen.
I coded like this,
<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>
<item name="android:windowIsTranslucent">false</item>
</style>
and i got it on emulator but when i deployed on Hardware it is not
working..even it is not working on emulator itself..
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---