在网上搜了一下,android自带theme如下:
?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"
其实,只要在manifest.xml文件中把<application>中设置为android:theme =
"@android:style/Theme.Dialog"即可,效果如下:
相关文章
- 07-10如何成为一个更好的Android开发者?吐血整理
- 07-10面试系列(二)Android中的序列化
- 07-10Android开发揭秘!高级Android都应该知道!全网最新
- 07-102021年展望Android原生开发的现状,重难点整理
- 07-10老罗安卓开发视频教程!Android面试你必须要知道的那些知识,帮你突破瓶颈
- 07-10Android开发还不会这些?靠着这份面试题跟答案,大厂内部资料
- 07-10Android 基础面试题(2021年)
- 07-10android开发工具!Android开发你需要了解的那些事,实战篇
- 07-10android – 为什么Okio比BufferedInputStream和BufferedOutputStream更有效?
- 07-10android教学!2021最新Android开发者学习路线,这原因我服了