<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>
theme 颜色说明
最新推荐文章于 2024-09-17 00:01:47 发布