相关疑难解决方法(0)

更改Android 5.0的Datepicker对话框颜色

是否可以更改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>
Run Code Online (Sandbox Code Playgroud)

来自原文: 在此输入图像描述

对于这样的事情: 在此输入图像描述

android styles dialog background-color

100
推荐指数
4
解决办法
9万
查看次数

标签 统计

android ×1

background-color ×1

dialog ×1

styles ×1