Full Screen Theme for AppCompat
问题 I would like to know how can I apply full screen theme ( no title bar + no actionbar ) to an activity. I am using AppCompat library from support package v7. I\'ve tried to applied android:theme=\"@android:style/Theme.NoTitleBar.Fullscreen\" to my specific activity but it crashed. I think it\'s because my application theme is like this. <style name=\"AppTheme\" parent=\"Theme.AppCompat.Light.DarkActionBar\"> I also have tried this getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN