close
<application
android:theme="@style/translucent">
</application>
//背景透明
<style name="translucent" parent="@android:style/Theme.Translucent"> <item name="android:windowNoTitle">true</item> </style>
//背景設定一張圖片
<style name="MyTheme" parent="android:Theme"> <item name="android:windowNoTitle">true</item> <item name="android:windowBackground">@drawable/bg_homepage</item> </style>
文章標籤
全站熱搜