1.Resource source file location : res/values/styles.xml
< style name="myTranslucentTheme" parent="android:style/Theme.Translucent">
< item name="android:windowBackground">@drawable/bg< /item>
< /style>
其中 bg 为一张半透明图片的索引
2. 使用自定义半透明主题
AndroidManifest.xml
Java代码
< activity android:name=".WallpaperActivity"
android:label="@string/wallpaper_titile"
a