美文网首页
ToolBar的颜色---Theme、colorPrimary、

ToolBar的颜色---Theme、colorPrimary、

作者: 木木不哭_8be4 | 来源:发表于2019-06-21 22:05 被阅读0次
 <!--状态栏颜色-->
    
   <resources>

    <!-- Base application theme. -->
    <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
        <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
        <!--控制各个控件被选中时的颜色-->
        <item name="colorAccent">@color/colorAccent</item>
        <!--页面背景色-->
        <item name="android:windowBackground">@color/windowBackg</item>
        <!--底部导航栏颜色-->
        <item name="android:navigationBarColor">@color/navigationColor</item>
        <!--Appbar背景色-->
        <item name="android:colorPrimary">@color/colorPrimary</item>
        <!--ToolBar上的Title颜色-->
        <item name="android:textColorPrimary">@color/textColorPrimary</item>
        <!--各个控制控件的默认颜色-->
        <item name="android:colorControlNormal">@color/colorControlNormal</item>
    </style>

</resources>

相关文章

网友评论

      本文标题:ToolBar的颜色---Theme、colorPrimary、

      本文链接:https://www.haomeiwen.com/subject/sgcfqctx.html