2

From the Material Design documentation on Pickers, how does one display the Mobile Input Picker first after a user clicks on the EditText? The current behavior is that the picker opens up a calendar view.

I'm currently using "com.google.android.material:material:1.2.0-alpha02"

Default View

Desired View *after clicking the pencil edit button

TeaKnew
  • 21
  • 2
  • Your desired view must be the default behavior, how are you showing the picker? – Sujan Poudel Dec 10 '19 at 02:48
  • @SujanPoudel I am using the MaterialDatePicker.Builder, CalendarConstraints.Builder, and MaterialDatePicker. I don't know how to go about theming or selecting an alternate view. – TeaKnew Dec 10 '19 at 03:54
  • Check this answer: https://stackoverflow.com/questions/57807103/materialdatepicker-not-working-on-android/57808145#57808145 – Gabriele Mariotti Dec 10 '19 at 07:30

0 Answers0