Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android技術 >> 關於Android編程 >> 解決activity加上Theme.Translucent.NoTitleBar 頁面跳轉顯示桌面

解決activity加上Theme.Translucent.NoTitleBar 頁面跳轉顯示桌面

編輯:關於Android編程

自定義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>


作者:李洋
  1. 上一頁:
  2. 下一頁:
熱門文章
閱讀排行版
Copyright © Android教程網 All Rights Reserved