19 lines
No EOL
645 B
XML
19 lines
No EOL
645 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical" >
|
|
|
|
<TimePicker
|
|
android:id="@+id/parking_time_picker"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content" />
|
|
|
|
<CheckBox
|
|
android:id="@+id/check_event_in_calendar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:checked="true"
|
|
android:text="@string/osmand_parking_add_event" />
|
|
|
|
</LinearLayout> |