]>
iEval git - unical.git/blob - res/layout/add_event_basic_tab.xml
1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <LinearLayout xmlns:
android=
"http://schemas.android.com/apk/res/android"
3 android:
layout_width=
"match_parent"
4 android:
layout_height=
"match_parent"
5 android:
orientation=
"vertical" >
8 android:
inputType=
"text"
9 android:
id=
"@+id/eventtitle"
10 android:
layout_width=
"match_parent"
11 android:
layout_height=
"wrap_content"
12 android:
hint=
"@string/eventname"
19 android:
layout_width=
"match_parent"
20 android:
layout_height=
"wrap_content"
21 android:
text=
"@string/start_label"
22 android:
textAppearance=
"?android:attr/textAppearanceMedium" />
25 android:
layout_width=
"match_parent"
26 android:
layout_height=
"wrap_content" >
29 style=
"@android:style/Widget.DeviceDefault.EditText"
30 android:
id=
"@+id/time_start"
31 android:
layout_width=
"wrap_content"
32 android:
layout_height=
"wrap_content"
33 android:
onClick=
"showDateTimePickerDialog"
34 android:
text=
"@string/pick_time"
35 android:
layout_weight=
"1"
37 android:
focusable=
"false"
40 style=
"@android:style/Widget.DeviceDefault.EditText"
41 android:
id=
"@+id/date_start"
42 android:
layout_width=
"wrap_content"
43 android:
layout_height=
"wrap_content"
44 android:
onClick=
"showDateTimePickerDialog"
45 android:
text=
"@string/pick_date"
46 android:
layout_weight=
"1"
48 android:
focusable=
"false"
54 android:
layout_width=
"match_parent"
55 android:
layout_height=
"wrap_content"
56 android:
text=
"@string/end_label"
57 android:
textAppearance=
"?android:attr/textAppearanceMedium" />
60 android:
layout_width=
"match_parent"
61 android:
layout_height=
"wrap_content" >
64 style=
"@android:style/Widget.DeviceDefault.EditText"
65 android:
id=
"@+id/time_end"
66 android:
layout_width=
"wrap_content"
67 android:
layout_height=
"wrap_content"
68 android:
onClick=
"showDateTimePickerDialog"
69 android:
text=
"@string/pick_time"
70 android:
layout_weight=
"1"
72 android:
focusable=
"false"
75 style=
"@android:style/Widget.DeviceDefault.EditText"
76 android:
id=
"@+id/date_end"
77 android:
layout_width=
"wrap_content"
78 android:
layout_height=
"wrap_content"
79 android:
onClick=
"showDateTimePickerDialog"
80 android:
text=
"@string/pick_date"
81 android:
layout_weight=
"1"
83 android:
focusable=
"false"
89 android:
layout_width=
"match_parent"
90 android:
layout_height=
"wrap_content" >
93 android:
layout_width=
"wrap_content"
94 android:
layout_height=
"wrap_content"
95 android:
text=
"@string/repeat"
96 android:
layout_weight=
"1"
97 android:
textAppearance=
"?android:attr/textAppearanceMedium" />
100 android:
id=
"@+id/repeat_switch"
101 android:
layout_weight=
"1"
102 android:
layout_width=
"wrap_content"
103 android:
layout_height=
"wrap_content" />
108 android:
layout_width=
"match_parent"
109 android:
layout_height=
"wrap_content"
110 android:
id=
"@+id/repeat_layout"
111 android:
orientation=
"vertical" >
114 android:
layout_width=
"wrap_content"
115 android:
layout_height=
"wrap_content"
116 android:
layout_gravity=
"left" >
119 android:
layout_width=
"wrap_content"
120 android:
layout_height=
"wrap_content"
121 android:
text=
"@string/repeat_every"
122 android:
textAppearance=
"?android:attr/textAppearanceMedium" />
125 android:
id=
"@+id/repeat_time"
126 android:
layout_width=
"0dip"
127 android:
layout_height=
"wrap_content"
128 android:
layout_weight=
"1"
131 android:
inputType=
"number" />
134 android:
id=
"@+id/repeat_spinner"
135 android:
entries=
"@array/repeat_array_p"
136 android:
layout_width=
"match_parent"
137 android:
layout_height=
"wrap_content"
143 android:
id=
"@+id/repeat_count_layout"
144 android:
layout_gravity=
"left"
145 android:
layout_width=
"wrap_content"
146 android:
layout_height=
"wrap_content" >
149 android:
id=
"@+id/repeat_type"
150 android:
entries=
"@array/repeat_type_array"
151 android:
layout_width=
"0dip"
152 android:
layout_height=
"wrap_content"
153 android:
layout_weight=
"1" />
155 android:
id=
"@+id/repeat_count"
156 android:
inputType=
"number"
157 android:
layout_width=
"wrap_content"
158 android:
layout_height=
"wrap_content"
159 android:
visibility=
"gone"
This page took 0.053097 seconds and 4 git commands to generate.