博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Android系统自带样式(android:theme)(转)
阅读量:5329 次
发布时间:2019-06-14

本文共 1006 字,大约阅读时间需要 3 分钟。

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="Theme.Translucent : 透明背景

android:theme="Theme.Translucent.NoTitleBar" : 透明背景并无标题

android:theme="Theme.Translucent.NoTitleBar.Fullscreen" : 透明背景并无标题,全屏

android:theme="Theme.Panel ": 面板风格显示

android:theme="Theme.Light.Panel" : 平板风格显示

转载于:https://www.cnblogs.com/bluestorm/archive/2012/07/12/2588724.html

你可能感兴趣的文章
bzoj3159: 决战
查看>>
ssh服务器安装测试
查看>>
【python 类】【部分转发】设计模式 -- 责任链模式 (类之间的联动)
查看>>
[Swift]Array(数组)扩展
查看>>
Jtable 表格按多列排序(支持中文汉字排序)
查看>>
本地idea运行spark,A master URL must be set in your configuration
查看>>
python中的下划线
查看>>
Linux连接Internet
查看>>
[TypeScript] Create a fluent API using TypeScript classes
查看>>
Java异步多线程编程探索之CompletableFuture
查看>>
C# 面向对象初级 (参考传智播客视频)
查看>>
阳光下的挣扎
查看>>
C++11模板友元语法
查看>>
sql 备份 语句(全)
查看>>
Zabbix 微信报警Python版(带监控项波动图片)
查看>>
WEBFORM--第一讲
查看>>
String类
查看>>
NGINX引入线程池 性能提升9倍
查看>>
Frank-Cucumber - Step Definition compendium (转载)
查看>>
select 操作
查看>>