[Android] 移除 Activity的 Title bar
2011-06-06 00:00
1 minute read
<activity android:name=".MyMainClass"
              android:label="@string/app_name"
              android:theme="@android:style/Theme.NoTitleBar">
</activity>

style/Theme.NoTitleBar


Back to posts


comments powered by Disqus