2010-07-05 20:19:03 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2010-07-06 08:19:15 +02:00
|
|
|
<!-- <ScrollView android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android"> -->
|
|
|
|
<LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<ListView android:layout_width="fill_parent" android:layout_height="fill_parent" android:id="@+id/ListView" />
|
|
|
|
<LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="8dp">
|
2010-07-05 20:19:03 +02:00
|
|
|
<TimePicker android:id="@+id/TimePickerStart" android:layout_width="wrap_content" android:layout_height="wrap_content"></TimePicker>
|
2010-07-06 08:19:15 +02:00
|
|
|
<TimePicker android:layout_marginLeft="5dp" android:id="@+id/TimePickerEnd" android:layout_width="wrap_content" android:layout_height="wrap_content"></TimePicker>
|
2010-07-05 20:19:03 +02:00
|
|
|
</LinearLayout>
|
2010-07-06 08:19:15 +02:00
|
|
|
|
2010-07-05 20:19:03 +02:00
|
|
|
</LinearLayout>
|
2010-07-06 08:19:15 +02:00
|
|
|
|
2010-07-05 20:19:03 +02:00
|
|
|
|