appcompatactivity 去除标题栏

appcompat本身就是无标题栏的,因为SupportActionBar本来就是自定义的标题栏。可以在Android.xml文件中修改当前Activity中的主题:

android:theme=”@style/Theme.AppCompat.Light.NoActionBar”

你可能感兴趣的:(appcompatactivity 去除标题栏)