Api demo源码学习(15)--App/Activity/Wallpaper --背景设置为桌面
本节设置app背景透明,且不管已开启其他多少个程序,都将背景设置为桌面的图案。只需要在AndroidManifest.xml中添加一条属性即可:
android:theme="@android:style/Theme.Wallpaper"
以上即可
本节设置app背景透明,且不管已开启其他多少个程序,都将背景设置为桌面的图案。只需要在AndroidManifest.xml中添加一条属性即可: