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>
arrow
arrow
    文章標籤
    translucent 透明
    全站熱搜
    創作者介紹
    創作者 JBLin 的頭像
    JBLin

    a0973378273的部落格

    JBLin 發表在 痞客邦 留言(0) 人氣()