appcompat本身就是无标题栏的,因为SupportActionBar本来就是自定义的标题栏。可以在Android.xml文件中修改当前Activity中的主题:
android:theme=”@style/Theme.AppCompat.Light.NoActionBar”
appcompat本身就是无标题栏的,因为SupportActionBar本来就是自定义的标题栏。可以在Android.xml文件中修改当前Activity中的主题:
android:theme=”@style/Theme.AppCompat.Light.NoActionBar”