`

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"

  • 大小: 29.4 KB
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics