默认样式中,去掉标题栏

style.xml中的AppTheme中,加入一行

<!-- Application theme. -->
    <style name="AppTheme" parent="AppBaseTheme">
        <!-- All customizations that are NOT specific to a particular API-level can go here. -->
        <item name="android:windowNoTitle">true</item>
    </style>

猜你喜欢

转载自hongmin118.iteye.com/blog/2240492