Appearance DatePicker

Hi, I have HTC Desire and you want the pciker date to look like spinning wheels in the datepicker that I see on the agenda, etc. If I use this code

 return new DatePickerDialog(this,
                mDateSetListener,
                mYear, mMonth, mDay);

I always see the default datepicker button with the up and down buttons without scrolling to rotate the wheels. Is there an example of using these

Cheers Andre Mens

+3
source share
1 answer

Without actually modifying the built-in DatePicker and compiling your own Android build, you will need to use a third-party solution. This may (or may not) work for you -

http://code.google.com/p/android-wheel/

+1
source

Source: https://habr.com/ru/post/1778131/


All Articles