您的位置:首页 > 其它

0012-APK-Activity-Wallpaper

2014-05-11 17:00 218 查看
设置一个桌面背景的Activity

AndroidManifest.xml文件的设置

<activity
android:name=".app.WallpaperActivity"
android:label="@string/activity_wallpaper"
android:theme="@style/Theme.Wallpaper" >

</activity>
style.xml文件的设置

<style name="Theme.Wallpaper" parent="android:style/Theme.Wallpaper">
<item name="android:colorForeground">#fff</item>
</style>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: