io7m / android

The Android client for Library Simplified
Other
0 stars 0 forks source link

Replace the date picker on the profile creation screen #21

Closed io7m closed 6 years ago

io7m commented 6 years ago

The stock DatePicker that comes with Android is hilariously broken on some devices:

screen

Replace it with a custom view that contains three number spinners (year/month/day).

io7m commented 6 years ago

profile_creation

Fixed (with custom DatePicker).