Why does the datepicker add a calendar in my view?

前端 未结 1 650
感动是毒
感动是毒 2021-02-12 06:06


I am starting to learn how to develop on Android. It is pretty straightforward but I\'m facing an issue I did not find any mention anywhere...

I have a view :

1条回答
  •  时光说笑
    2021-02-12 06:33

    Add this line to your date picker xml

    android:calendarViewShown="false"
    

    This will remove the Calendar.

    0 讨论(0)
提交回复
热议问题