码迷,mamicode.com
首页 > 移动开发 > 详细

Android 去掉app上面的标题栏

时间:2019-07-11 09:58:20      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:ati   cat   ppt   android   nba   androi   tom   标题   sources   

修改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>

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

</resources>

Android 去掉app上面的标题栏

标签:ati   cat   ppt   android   nba   androi   tom   标题   sources   

原文地址:https://blog.51cto.com/14315093/2418983

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!