第二阶段末尾

<resources>

    <!-- Base application theme. -->
    <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
        <!-- Customize your theme here. -->
        <item name="colorPrimary">@color/msg_button</item>
        <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
        <item name="colorAccent">@color/colorAccent</item>
   <item name="windowNoTitle">true</item>
    </style>
    <!--头部子页面的标题格式-->
    <style name="top_tabTitle" parent="TextAppearance.Design.Tab">
        <item name="textAllCaps">false</item>
    </style>
</resources>

 

posted @ 2019-06-20 23:03  我叫张小凡  阅读(152)  评论(0编辑  收藏  举报