当前位置:操作系统 > 安卓/Android >>

解决activity加上Theme.Translucent.NoTitleBar 页面跳转显示桌面

自定义style 继承Theme.Translucent.NoTitleBar


<style name="My.Translucent" parent=" @android :style/Theme.Translucent.NoTitleBar">
        <item name="android:windowBackground"> @android :color/transparent</item>
        <item name="android:colorBackgroundCacheHint"> @android :color/transparent</item>
        <item name="android:windowIsTranslucent">false</item>
        <item name="android:windowAnimationStyle"> @android :style/Animation</item>
    </style>


作者:李洋
补充:移动开发 , Android ,
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,