Можно ли изменить цветовую схему datepicker (а также timepicker) для 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>
От оригинала:
Что-то вроде этого: