Android隐藏状态栏和标题栏,相当于全屏效果

隐藏标题栏需要使用预定义样式:android:theme=”@android:style/Theme.NoTitleBar”. 
隐藏状态栏:android:theme=”@android:style/Theme.NoTitleBar.Fullscreen”.

posted @ 2015-09-17 16:33  Michelle's Home  阅读(229)  评论(0编辑  收藏  举报