How to change the style of a DatePicker in android?

后端 未结 7 1488
孤街浪徒
孤街浪徒 2020-11-30 19:29

I want to change the default color of the date/time picker dialog in Android, so that it should match my app\'s theme. I searched for the solution on Google, but I couldn\'t

7条回答
  •  攒了一身酷
    2020-11-30 19:55

    (I'm using React Native; targetSdkVersion 22). I'm trying to change the look of a calendar date picker dialog. The accepted answer didn't work for me, but this did. Hope this snippet helps some of you.

    
    

提交回复
热议问题