【发布时间】:2015-08-13 07:17:55
【问题描述】:
我想将此主题的默认蓝色更改为我的自定义颜色。
如您所见,ListView 颜色为蓝色。 AlertDialogs 和其他内置功能也是如此。我想将此默认蓝色更改为我自己的颜色。
更新我的 style.xml
<style name="AppBaseTheme" parent="Theme.AppCompat.Light">
</style>
<!-- Application theme. -->
<style name="AppTheme" parent="AppBaseTheme">
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
<item name="colorPrimary">@color/DarkYellow</item>
<item name="colorPrimaryDark">@color/DarkYellow</item>
</style>
【问题讨论】:
-
任何帮助 Andorid 大师?
标签: android