Hey folks, I'm placing an android DatePicker on LinearLayout through xml
<DatePicker
android:id="@+id/birthday"
android:layout_marginLeft="10px"
android:layout_marginRight="10px"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
and when it there it doesn't have that title with clock icon, Day of week, Day and month name with year ( ico Mon, 04 August, 2008), like it has if DatePicker is shown in dialog.
Does any body know how this info can be added?