Android中设置activity的background为Wallpaper

 

 在activity标签中添加主题属性android:theme="@android:style/Theme.Wallpaper"

另外常用的还有android:theme="@android:style/Theme.Translucent"

Android中设置activity的background为Wallpaper_第1张图片

你可能感兴趣的:(Android)