是否可以更改android 5.0的datepicker(以及timepicker)配色方案? 我尝试设置重点色,但这不起作用(带和不带android:): <!-- colorPrimary is used for the default action bar background --> <item name="colorPrimary">@color/purple</item> <!-- colorPrimaryDark is used for the status bar --> <item name="colorPrimaryDark">@color/purple_tint</item> <!-- colorAccent is used as the default value for colorControlActivated which is used to tint widgets --> <item name="colorAccent">@color/purple_tint</item> 从原始: 对于这样的事情: