如何去掉studio中工程的标头

找到自己工程的res中 之后打开values中的styles,打开之后是这样的 之后修改我标记的黑色区域
修改成
.NoActionBar
就可以了

< resources>
< style name= "AppTheme" parent= "Theme.AppCompat.Light.DarkActionBar">

< item name= "colorPrimary">@color/colorPrimaryitem>
< item name= "colorPrimaryDark">@color/colorPrimaryDarkitem>
< item name= "colorAccent">@color/colorAccentitem>
style>
resources>






 

你可能感兴趣的:(android-studio)