blob: 8357de4ef4f258f6618899c603bcbefe56355c5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<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>
|