系统自带样式Android:theme
?android:theme="@android:style/Theme.Dialog"
?android:theme="@android:style/Theme.NoTitleBar"
?android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
?android:theme="Theme.Light"
?android:theme="Theme.Light.NoTitleBar"
?android:theme="Theme.Light.NoTitleBar.Fullscreen"
?android:theme="Theme.Black"
?android:theme="Theme.Black.NoTitleBar"
?android:theme="Theme.Black.NoTitleBar.Fullscreen"
?android:theme="Theme.Wallpaper"
?android:theme="Theme.Wallpaper.NoTitleBar"
?android:theme="Theme.Wallpaper.NoTitleBar.Fullscreen"
?android:theme="Translucent"
?android:theme="Theme.Translucent.NoTitleBar"
?android:theme="Theme.Translucent.NoTitleBar.Fullscreen"
?android:theme="Theme.Panel"
?android:theme="Theme.Light.Panel"
在layout文件中 edittext设置属性 android:background="@drawable/text_img"
将android界面背景设置为黑色,布布扣,bubuko.com
原文地址:http://blog.csdn.net/pipisorry/article/details/24936413