codepath-android-fall16-group-8 / travel

3 stars 3 forks source link

Date picker fixes #70

Closed heyhuyen closed 7 years ago

heyhuyen commented 7 years ago

Issue #69

Removed the date picker libraries since I couldn't get them working together. (ClassCastException was happening since they both used the name DatePickerDialog. Wasn't able to get it working even when using fully qualified names instead).

Created simple custom date picker dialogs using the android Calendar View. Figured it might be easier for styling. The only thing that it doesn't have is highlighting date ranges. Might look into a 3rd party calendar view that has that later.

A few other minor date-related fixes;