Android: How to change the color of the dateselector in Datepicker widget?

前端 未结 2 421
日久生厌
日久生厌 2020-12-30 10:32

this is my first time posting a question.

I\'ve successfully implemented a Datepicker in my app (targeting only SDK 21 and above). I also want to style my Datepicker

2条回答
  •  爱一瞬间的悲伤
    2020-12-30 11:14

    To change the color of the selector circle in DatePicker, use android:colorControlActivated attribute in your theme.

提交回复
热议问题