]>
iEval git - unical.git/blob - res/layout/add_event.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:
id=
"@+id/scrollView1"
9 android:
layout_width=
"match_parent"
10 android:
layout_height=
"wrap_content"
11 android:
layout_weight=
"1.00" >
14 android:
layout_width=
"match_parent"
15 android:
layout_height=
"wrap_content"
16 android:
orientation=
"vertical" >
19 android:
layout_width=
"match_parent"
20 android:
layout_height=
"wrap_content"
21 android:
layout_weight=
"2.13" >
24 android:
id=
"@+id/textView1"
25 android:
layout_width=
"wrap_content"
26 android:
layout_height=
"wrap_content"
27 android:
text=
"@string/title"
28 android:
textAppearance=
"?android:attr/textAppearanceMedium" />
31 android:
id=
"@+id/editText1"
32 android:
layout_width=
"match_parent"
33 android:
layout_height=
"wrap_content"
42 android:
id=
"@+id/location"
43 android:
layout_width=
"match_parent"
44 android:
layout_height=
"wrap_content"
45 android:
text=
"@string/description"
46 android:
textAppearance=
"?android:attr/textAppearanceMedium" />
49 android:
id=
"@+id/editText2"
50 android:
layout_width=
"match_parent"
51 android:
layout_height=
"wrap_content"
52 android:
layout_weight=
"2.13"
54 android:
inputType=
"textMultiLine" />
57 android:
layout_width=
"match_parent"
58 android:
layout_height=
"wrap_content"
59 android:
layout_weight=
"2.13" >
62 android:
id=
"@+id/checkBox1"
63 android:
layout_width=
"0dip"
64 android:
layout_height=
"wrap_content"
65 android:
layout_weight=
"2.13"
66 android:
text=
"@string/repeatlabel" />
69 android:
id=
"@+id/spinner1"
70 android:
layout_width=
"213dp"
71 android:
layout_height=
"wrap_content" />
80 android:
layout_width=
"match_parent"
81 android:
layout_height=
"wrap_content"
82 android:
layout_weight=
"1.00" >
85 android:
id=
"@+id/textView3"
86 android:
layout_width=
"wrap_content"
87 android:
layout_height=
"wrap_content"
88 android:
text=
"@string/locationlabel"
89 android:
textAppearance=
"?android:attr/textAppearanceMedium" />
92 android:
id=
"@+id/editText3"
93 android:
layout_width=
"match_parent"
94 android:
layout_height=
"wrap_content"
100 android:
id=
"@+id/AddEventButton"
101 android:
layout_width=
"match_parent"
102 android:
layout_height=
"wrap_content"
103 android:
text=
"Add Event"
This page took 0.052481 seconds and 4 git commands to generate.