]>
iEval git - unical.git/blob - res/layout/event_view.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=
"wrap_content"
5 android:
orientation=
"vertical" >
8 android:
id=
"@+id/imageView1"
9 android:
scaleType=
"fitXY"
10 android:
layout_width=
"match_parent"
11 android:
layout_height=
"wrap_content"
12 android:
src=
"@android:drawable/title_bar_tall" />
15 android:
layout_width=
"match_parent"
16 android:
layout_height=
"wrap_content">
19 android:
layout_width=
"0dip"
20 android:
layout_height=
"wrap_content"
21 android:
layout_weight=
"1"
22 android:
orientation=
"vertical" >
25 android:
id=
"@+id/startday"
26 android:
layout_width=
"wrap_content"
27 android:
layout_height=
"wrap_content"
28 android:
textAppearance=
"?android:attr/textAppearanceLarge" />
31 android:
id=
"@+id/startdate"
32 android:
layout_width=
"wrap_content"
33 android:
layout_height=
"wrap_content"
34 android:
textAppearance=
"?android:attr/textAppearanceMedium" />
36 android:
id=
"@+id/starttime"
37 android:
layout_width=
"wrap_content"
38 android:
layout_height=
"wrap_content"
39 android:
textAppearance=
"?android:attr/textAppearanceMedium" />
44 android:
layout_width=
"0dip"
45 android:
layout_height=
"wrap_content"
46 android:
layout_weight=
"1"
47 android:
orientation=
"vertical" >
50 android:
id=
"@+id/endday"
51 android:
gravity=
"right"
52 android:
layout_width=
"match_parent"
53 android:
layout_height=
"wrap_content"
54 android:
textAppearance=
"?android:attr/textAppearanceLarge" />
57 android:
id=
"@+id/enddate"
58 android:
gravity=
"right"
59 android:
layout_width=
"match_parent"
60 android:
layout_height=
"wrap_content"
61 android:
textAppearance=
"?android:attr/textAppearanceMedium" />
63 android:
id=
"@+id/endtime"
64 android:
gravity=
"right"
65 android:
layout_width=
"match_parent"
66 android:
layout_height=
"wrap_content"
67 android:
textAppearance=
"?android:attr/textAppearanceMedium" />
73 android:
layout_width=
"wrap_content"
74 android:
layout_height=
"wrap_content"
75 android:
text=
"@string/descriptionlabel"
76 android:
textStyle=
"bold"
77 android:
textAppearance=
"?android:attr/textAppearanceLarge" />
This page took 0.054733 seconds and 4 git commands to generate.