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

Diff of /navit/navit/android/res/layout/zanavi_osd.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 40 Revision 41
3 android:layout_width="fill_parent" 3 android:layout_width="fill_parent"
4 android:layout_height="fill_parent" 4 android:layout_height="fill_parent"
5 android:background="@android:color/transparent" 5 android:background="@android:color/transparent"
6 android:orientation="vertical" > 6 android:orientation="vertical" >
7 7
8 <LinearLayout
9 android:id="@+id/line_1"
10 android:layout_width="match_parent"
11 android:layout_height="wrap_content"
12 android:background="@android:color/transparent"
13 android:orientation="horizontal" >
14
15 <View
16 android:id="@+id/fill_1"
17 android:layout_width="20dp"
18 android:layout_height="wrap_content"
19 android:background="@android:color/transparent" >
20 </View>
21 </LinearLayout>
22
23 <LinearLayout
24 android:id="@+id/line_2"
25 android:layout_width="match_parent"
26 android:layout_height="wrap_content"
27 android:background="@android:color/transparent"
28 android:orientation="horizontal" >
29
30 <com.zoffcc.applications.zanavi.ZANaviOSDStreetname
31 android:id="@+id/osd_streetname"
32 android:layout_width="20dp"
33 android:layout_height="20dp"
34 android:background="@android:color/transparent" >
35 </com.zoffcc.applications.zanavi.ZANaviOSDStreetname>
36 </LinearLayout>
37
38 <LinearLayout
39 android:id="@+id/line_3"
40 android:layout_width="match_parent"
41 android:layout_height="wrap_content"
42 android:background="@android:color/transparent"
43 android:orientation="horizontal" >
44
45 <View
46 android:id="@+id/fill_2"
47 android:layout_width="20dp"
48 android:layout_height="wrap_content"
49 android:background="@android:color/transparent" >
50 </View>
51 </LinearLayout>
52
53 <LinearLayout
54 android:id="@+id/line_4"
55 android:layout_width="match_parent"
56 android:layout_height="wrap_content"
57 android:background="@android:color/transparent"
58 android:orientation="horizontal" >
59
60 <View
61 android:id="@+id/fill_3"
62 android:layout_width="20dp"
63 android:layout_height="10dp"
64 android:background="@android:color/transparent" >
65 </View>
66
67 <com.zoffcc.applications.zanavi.ZANaviOSDNextturn
68 android:id="@+id/osd_nextturn"
69 android:layout_width="wrap_content"
70 android:layout_height="wrap_content" >
71 </com.zoffcc.applications.zanavi.ZANaviOSDNextturn>
72
73 <View
74 android:id="@+id/fill_4"
75 android:layout_width="20dp"
76 android:layout_height="10dp"
77 android:background="@android:color/transparent" >
78 </View>
79
80 <com.zoffcc.applications.zanavi.ZANaviOSDTimeToDest
81 android:id="@+id/osd_timetodest"
82 android:layout_width="20dp"
83 android:layout_height="30dp"
84 android:layout_gravity="bottom"
85 android:background="@android:color/transparent" >
86 </com.zoffcc.applications.zanavi.ZANaviOSDTimeToDest>
87
88 <View
89 android:id="@+id/fill_5"
90 android:layout_width="20dp"
91 android:layout_height="10dp"
92 android:background="@android:color/transparent" >
93 </View>
94
95 <com.zoffcc.applications.zanavi.ZANaviOSDCompass
96 android:id="@+id/osd_compass"
97 android:layout_width="wrap_content"
98 android:layout_height="wrap_content" >
99 </com.zoffcc.applications.zanavi.ZANaviOSDCompass>
100 </LinearLayout>
101
102 <LinearLayout
103 android:id="@+id/line_5"
104 android:layout_width="match_parent"
105 android:layout_height="wrap_content"
106 android:background="@android:color/transparent"
107 android:orientation="horizontal" >
108
109 <View
110 android:id="@+id/fill_7"
111 android:layout_width="20dp"
112 android:layout_height="10dp"
113 android:background="@android:color/transparent" >
114 </View>
115 </LinearLayout>
116
117 <LinearLayout
118 android:id="@+id/line_6"
119 android:layout_width="match_parent"
120 android:layout_height="wrap_content"
121 android:background="@android:color/transparent"
122 android:orientation="horizontal" >
123
124 <View
125 android:id="@+id/fill_8"
126 android:layout_width="20dp"
127 android:layout_height="10dp"
128 android:background="@android:color/transparent" >
129 </View>
130
131 <com.zoffcc.applications.zanavi.ZANaviOSDDistToNextturn
132 android:id="@+id/osd_timetoturn"
133 android:layout_width="20dp"
134 android:layout_height="30dp"
135 android:background="@android:color/transparent" >
136 </com.zoffcc.applications.zanavi.ZANaviOSDDistToNextturn>
137
138 <View
139 android:id="@+id/fill_9"
140 android:layout_width="20dp"
141 android:layout_height="10dp"
142 android:background="@android:color/transparent" >
143 </View>
144
145 <com.zoffcc.applications.zanavi.ZANaviOSDRoadDist
146 android:id="@+id/osd_roaddistance"
147 android:layout_width="20dp"
148 android:layout_height="30dp"
149 android:background="@android:color/transparent" >
150 </com.zoffcc.applications.zanavi.ZANaviOSDRoadDist>
151
152 <View
153 android:id="@+id/fill_10"
154 android:layout_width="20dp"
155 android:layout_height="10dp"
156 android:background="@android:color/transparent" >
157 </View>
158
159 <com.zoffcc.applications.zanavi.ZANaviOSDAirDist
160 android:id="@+id/osd_airdistance"
161 android:layout_width="20dp"
162 android:layout_height="30dp"
163 android:background="@android:color/transparent" >
164 </com.zoffcc.applications.zanavi.ZANaviOSDAirDist>
165 </LinearLayout>
166
167</com.zoffcc.applications.zanavi.ZANaviLinearLayout> 8</com.zoffcc.applications.zanavi.ZANaviLinearLayout>

Legend:
Removed from v.40  
changed lines
  Added in v.41

   
Visit the ZANavi Wiki