name="colorPrimary">@color/colorPrimary name="colorPrimaryDark">@color/colorPrimaryDark name="colorAccent">@color/colorAc_theme颜色表查询">
当前位置:   article > 正文

theme 颜色说明_theme颜色表查询

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>
    <item name="windowActionBar">false</item>
    <item name="windowNoTitle">true</item>

</style>

<color name="colorPrimary">#e3323c</color>
<color name="colorPrimaryDark">#e3323c</color>
<color name="colorAccent">#e3323c</color>

本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/小惠珠哦/article/detail/824159
推荐阅读
相关标签
  

闽ICP备14008679号