I have a DatePicker as follows:
<DatePicker
android:id="@+id/dpMyDatePicker"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:calendarViewShown="false"
android:datePickerMode="spinner"/>
Is there a way that does not show the days? (only month and year)
If it is by programming, is there a simple example of how to do it?
Thanks.