Thursday, July 25, 2013

App with translucent background

style.xml
------------
<style name="AppTheme" parent="AppBaseTheme">
        <!-- All customizations that are NOT specific to a particular API-level can go here. -->
                <item name="android:windowIsTranslucent">true</item>
<item name="android:windowBackground">@android:color/transparent</item> 
    </style>

No comments:

Post a Comment