blob: 4ea2fb17bd22c0d8a8dfe20716ef33a1427564a4 (
plain)
1
2
3
4
5
6
7
8
9
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
<DatePicker android:id="@+id/picker"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_margin="10dip" />
</LinearLayout>
|