阅读背景:

Android 去掉app上面的标题栏

来源:互联网 

修改style.xml文件
修改之前是有标题栏

<resources>

    <!-- Base application theme. -->
    <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
        <!-- Customize your theme here. -->
        <item name="colorPrimary">@color/colorPrimary</item>
        <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
        <item name="colorAccent">@color/colorAccent</item>
    </style>

</resources><resources>

    <!-- B



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: