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

posted @ 2014-04-22 10:39  Y了个L  阅读(1200)  评论(0编辑  收藏  举报