I have the following code:
<DatePicker
android:id="@+id/datepicker"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:calendarViewShown="true" />
But the attribute android:calendarViewShowndoes not work . Why?
It is in the Android Developer's Guide .
source
share