主题样式的问题
最近刚学Android,请大家多多指教。我想把程序标题隐藏。于是我就引用Andriod自定义的theme:
AndroidManifest.xml
<application android:theme="@android:style/Theme.NoTitleBar.Fullscreen" />
<style name="AppBaseTheme" parent="@android:style/Theme.NoTitleBar.Fullscreen"></style>
<application android:theme="@style/AppBaseTheme" />