]>
iEval git - unical.git/blob - res/layout/alarm.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:
baselineAligned=
"false"
16 android:
layout_width=
"match_parent"
17 android:
layout_height=
"wrap_content">
20 android:
layout_width=
"0dip"
21 android:
layout_height=
"wrap_content"
22 android:
layout_weight=
"1"
23 android:
orientation=
"vertical" >
26 android:
id=
"@+id/startday"
27 android:
layout_width=
"wrap_content"
28 android:
layout_height=
"wrap_content"
29 android:
textAppearance=
"?android:attr/textAppearanceLarge" />
32 android:
id=
"@+id/startdate"
33 android:
layout_width=
"wrap_content"
34 android:
layout_height=
"wrap_content"
35 android:
textAppearance=
"?android:attr/textAppearanceMedium" />
37 android:
id=
"@+id/starttime"
38 android:
layout_width=
"wrap_content"
39 android:
layout_height=
"wrap_content"
40 android:
textAppearance=
"?android:attr/textAppearanceMedium" />
45 android:
layout_width=
"0dip"
46 android:
layout_height=
"wrap_content"
47 android:
layout_weight=
"1"
48 android:
orientation=
"vertical" >
51 android:
id=
"@+id/endday"
52 android:
gravity=
"right"
53 android:
layout_width=
"match_parent"
54 android:
layout_height=
"wrap_content"
55 android:
textAppearance=
"?android:attr/textAppearanceLarge" />
58 android:
id=
"@+id/enddate"
59 android:
gravity=
"right"
60 android:
layout_width=
"match_parent"
61 android:
layout_height=
"wrap_content"
62 android:
textAppearance=
"?android:attr/textAppearanceMedium" />
64 android:
id=
"@+id/endtime"
65 android:
gravity=
"right"
66 android:
layout_width=
"match_parent"
67 android:
layout_height=
"wrap_content"
68 android:
textAppearance=
"?android:attr/textAppearanceMedium" />
73 <RelativeLayout xmlns:
android=
"http://schemas.android.com/apk/res/android" android:
layout_width=
"fill_parent" android:
layout_height=
"fill_parent" android:
orientation=
"vertical" android:
gravity=
"center">
74 <Button android:
id=
"@+id/stopAlarm" android:
layout_width=
"wrap_content" android:
layout_height=
"wrap_content" android:
text=
"@string/stop_alarm"/>
This page took 0.056644 seconds and 4 git commands to generate.