当前位置: 代码迷 >> Android >> Android中设立activity的background为Wallpaper
  详细解决方案

Android中设立activity的background为Wallpaper

热度:91   发布时间:2016-05-01 18:45:24.0
Android中设置activity的background为Wallpaper

?

<activity android:name=".ui.ChangeSkin" android:label="@string/color_setting" android:theme="@android:style/Theme.Wallpaper" />

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

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

  相关解决方案