appcompat本身就是無標題欄的,因為SupportActionBar本來就是自定義的標題欄。可以在Android.xml文件中修改當前Activity中的主題:
android:theme=”@style/Theme.AppCompat.Light.NoActionBar”
appcompat本身就是無標題欄的,因為SupportActionBar本來就是自定義的標題欄。可以在Android.xml文件中修改當前Activity中的主題:
android:theme=”@style/Theme.AppCompat.Light.NoActionBar”