第二阶段末尾

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

猜你喜欢

转载自www.cnblogs.com/zhang188660586/p/11061987.html