android dialog 怎么设置全屏

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android dialog 怎么设置全屏相关的知识,希望对你有一定的参考价值。

参考技术A theme.notitlebar
:
不显示应�'a8程序标题栏
theme.notitlebar.fullscreen
:
不显示应用程序标题栏,并全屏
theme.light
:背景为白色
theme.light.notitlebar
:
白色背景并无标题栏
theme.light.notitlebar.fullscreen
:
白色背景,无标题栏,全屏
theme.black
:
背景黑色
theme.black.notitlebar
:
黑色背景并无标题栏
theme.black.notitlebar.fullscreen
:
黑色背景,无标题栏,全屏
theme.wallpaper
:
用系统桌面为应用程序背景
theme.wallpaper.notitlebar
:
用系统桌面为应用程序背景,且无标题栏
theme.wallpaper.notitlebar.fullscreen
:
用系统桌面为应用程序背景,无标题栏,全屏
theme.translucent
:
透明背景

以上是关于android dialog 怎么设置全屏的主要内容,如果未能解决你的问题,请参考以下文章

【Android】自定义全屏dialog

关于Android中的软键盘

android循环遍历出多个全屏的dialog,这些dialog怎么关闭

android dialog设置全屏半透明背景色

android dialog怎么设置大小

为啥开发Android无法设置全屏?