在android的sdk 安装目录data\res\values\themes.xml 里系统定义好的主题,可以直接使用,在AndroidManifest.xml中定义。如果整个工程用一个主题就在<application android:icon="@drawable/icon" android:label="@string/app_name" android:theme="@android:style/Theme.Wallpaper" > application 标签中定义。如果在单个activety中用不同主题, <activity android:name=".secondActive" android:label="第二页"
android:theme="@android:style/Theme.Black" >

如果不小心删除了工程文件可以这样找回来 在工程目录,右键,有个Restore from Local History,选择要回复的文件。

下面是从网上找到的主题,可以自己去themes.xml 中看。下面的前三个之外直接复制就会出错。@是说明系统已经定义过的,@android:style/ 是必须带上的。

?android:theme="@android:style/Theme.Dialog" 将一个Activity显示为能话框模式
?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"

转自:http://lzy3169421.blog.163.com/blog/static/1135452772011811454797/

感谢:http://www.mangocd.com/

更多相关文章

  1. Android(安卓)ListView 去除边缘阴影、选中色、拖动背景色等(and
  2. android 自定义加减按钮
  3. android AlertDialog 弹窗自定义布局 点击外部不关闭弹窗
  4. Android学习笔记之mainfest文件中android属性
  5. 自定义progressbar使用图片
  6. android selector的使用
  7. Android(安卓)VectorDrawable与SVG
  8. android selector的使用
  9. android manifest.xml中元素含义

随机推荐

  1. android详细解释键盘和鼠标事件
  2. [Android算法] Android蓝牙开发浅谈
  3. Android双击返回键退出程序的实现方法
  4. Android(安卓)正移植到C#
  5. Android助力国产手机,诺基亚会否噩梦不断?
  6. android 依赖工程 Android(安卓)工程引用
  7. Android输入法框架系统(上)
  8. Android(安卓)HAL实现的三种方式(1) - 基
  9. android icon 设计
  10. android google 分屏 多窗口 按home键界