达到的效果就像google自带的搜索widiget中,点击录音键弹出的对话框效果一样
除了一个dialog,没有其他的东西,而且背景是半透明的。

在网上搜了一下,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"即可,效果如下:

更多相关文章

  1. 【译】Android开发指南(1)--什么是Android?
  2. 启动app闪屏问题以及Android自带主题
  3. Kotlin让Android更简单~
  4. android ndk 开发之 在 应用程序中使用 jni
  5. Android(安卓)开发从入门到精通
  6. [Android(安卓)Develop_004] Android(安卓)Background Service
  7. 在Android(安卓)Studio 编写应用程序,在模拟器中显示“我对Androi
  8. Android(安卓)支持的文件类型
  9. android 实现button的背景改变

随机推荐

  1. pod一直处于ContainerCreating状态,
  2. 乔梁:DevOps,使持续交付提速
  3. 基于DevOps的Android交付工具链建设
  4. [翻译]微服务设计模式 - 6. 服务发现 -
  5. [翻译]微服务设计模式 - 5. 服务发现 -
  6. spring boot 获得 http请求url中的参数
  7. 龙门阵之 DevOps 门外汉须知
  8. 不得不会的Flink Dataset的DeltaI 迭代操
  9. 警告:小心被假持续集成骗了
  10. 浅谈程序员的职业发展