没有这个theme,只能theme.black.notitlebar或者theme.light.notitlebar

解决方案 »

  1.   

    Theme.NoTitleBar 4.0以下没有整个吧
      

  2.   

    要用NoTitleBar这个就只能选4.0以上了?那很多以前的设备就不能用了
      

  3.   

    android:theme="@android:style/Theme.Light.NoTitleBar">   这个也不行啊
      

  4.   

    在工程里搜索下  NoTitleBar 这个,看看别的地方用的啥
      

  5.   

    android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen" 用这个吧!
      

  6.   

    android studio 0.4.6   ,换成Eclipse 就行了
      

  7.   

    android:theme="@android:style/Theme.Light.NoTitleBar"
      

  8.   

    使用requestWindowFeature(Window.FEATURE_NO_TITLE);
    但是一定要放在setContentView()方法的前面,不然会报错的。