android:theme="@android:style/Theme.Dialog"//变成对话框形式
android:theme="@android:style/Theme.NoTitleBar"//没有ActionBar
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"//全屏显示
android:theme="@android:style/Theme.Light"//背景为白色
android:theme="@android:style/Theme.Light.NoTitleBar"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:theme="@android:style/Theme.Black"//背景为黑色
android:theme="@android:style/Theme.Black.NoTitleBar"
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
android:theme="@android:style/Theme.Wallpaper"//背景为手机桌面的主题
android:theme="@android:style/Theme.Wallpaper.NoTitleBar"
android:theme="@android:style/Theme.Wallpaper.NoTitleBar.Fullscreen"
android:theme="@android:style/Theme.Translucent"//背景变为半透明
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"
Activity样式android:theme=“*”
原创
©著作权归作者所有:来自51CTO博客作者Stven_King的原创作品,请联系作者获取转载授权,否则将追究法律责任
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
Android面试题之activity启动流程
Android面试题之activity启动流程总结
加载 初始化 Android 面试题 activity