/[zanavi_public1]/navit/navit/android/res/layout/geocoordenter.xml
ZANavi

Contents of /navit/navit/android/res/layout/geocoordenter.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19 - (show annotations) (download) (as text)
Sun Dec 11 12:56:26 2011 UTC (12 years, 3 months ago) by zoff99
File MIME type: text/xml
File size: 3383 byte(s)
new Java clases for numberpicker(s)
1 <?xml version="1.0" encoding="utf-8"?>
2 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:id="@+id/MainLayout"
4 android:layout_width="fill_parent"
5 android:layout_height="fill_parent"
6 android:stretchColumns="1" >
7
8 <TableRow >
9
10 <ToggleButton
11 android:id="@+id/toggleButtonNS"
12 android:layout_width="55dp"
13 android:layout_height="60dp"
14 android:textOff="S"
15 android:textOn="N" />
16
17 <net.technologichron.manacalc.NumberPicker
18 android:id="@+id/lat1"
19 android:layout_width="80dp"
20 android:layout_height="130dp"
21 maxValue="99"
22 minValue="0"
23 nheight="60"
24 nwidth="100"
25 android:orientation="vertical" >
26 </net.technologichron.manacalc.NumberPicker>
27
28 <net.technologichron.manacalc.NumberPicker
29 android:id="@+id/lat2"
30 android:layout_width="80dp"
31 android:layout_height="130dp"
32 maxValue="99"
33 minValue="0"
34 nheight="60"
35 nwidth="100"
36 android:orientation="vertical" >
37 </net.technologichron.manacalc.NumberPicker>
38
39 <net.technologichron.manacalc.NumberPicker
40 android:id="@+id/lat3"
41 android:layout_width="100dp"
42 android:layout_height="130dp"
43 maxValue="999"
44 minValue="0"
45 nheight="60"
46 nwidth="140"
47 android:orientation="vertical" >
48 </net.technologichron.manacalc.NumberPicker>
49 </TableRow>
50
51 <TableRow >
52
53 <ToggleButton
54 android:id="@+id/toggleButtonWE"
55 android:layout_width="55dp"
56 android:layout_height="60dp"
57 android:textOff="E"
58 android:textOn="W" />
59
60 <net.technologichron.manacalc.NumberPicker
61 android:id="@+id/lon1"
62 android:layout_width="80dp"
63 android:layout_height="130dp"
64 maxValue="999"
65 minValue="0"
66 nheight="60"
67 nwidth="100"
68 android:orientation="vertical" >
69 </net.technologichron.manacalc.NumberPicker>
70
71 <net.technologichron.manacalc.NumberPicker
72 android:id="@+id/lon2"
73 android:layout_width="80dp"
74 android:layout_height="130dp"
75 maxValue="99"
76 minValue="0"
77 nheight="60"
78 nwidth="100"
79 android:orientation="vertical" >
80 </net.technologichron.manacalc.NumberPicker>
81
82 <net.technologichron.manacalc.NumberPicker
83 android:id="@+id/lon3"
84 android:layout_width="100dp"
85 android:layout_height="130dp"
86 maxValue="999"
87 minValue="0"
88 nheight="60"
89 nwidth="140"
90 android:orientation="vertical" >
91 </net.technologichron.manacalc.NumberPicker>
92 </TableRow>
93
94 <TableRow >
95 </TableRow>
96
97 <Button
98 android:layout_width="fill_parent"
99 android:layout_height="wrap_content"
100 android:text="Ok" />
101
102 <Button
103 android:layout_width="fill_parent"
104 android:layout_height="wrap_content"
105 android:text="Cancel" />
106
107 </TableLayout>

   
Visit the ZANavi Wiki