去掉 Android 應用程序的標題欄有兩種方法:
android:theme="@android:style/Theme.NoTitleBar"
requestWindowFeature(Window.FEATURE_NO_TITLE);
以上兩種方法都可以去掉 Android 應用程序的標題欄。