是否可以更改 Android 5.0的数据采集器(以及计时器)配色方案?
我试过设置重音的颜色,但是这个不起作用(无论有没有 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>
原著:
像这样的东西: