|
21 | 21 | android:layout_height="0dip" |
22 | 22 | android:layout_weight="1" |
23 | 23 | android:singleLine="true" |
24 | | - android:text="@+string/sensor_ready" |
| 24 | + android:text="@string/sensor_ready" |
25 | 25 | /> |
26 | 26 | <TextView |
27 | 27 | android:layout_width="fill_parent" |
28 | 28 | android:layout_height="0dip" |
29 | 29 | android:layout_weight="1" |
30 | 30 | android:singleLine="true" |
31 | | - android:text="@+string/record_from_sensor" |
| 31 | + android:text="@string/record_from_sensor" |
32 | 32 | android:textSize="21sp" |
33 | 33 | /> |
34 | 34 | <TextView |
35 | 35 | android:layout_width="fill_parent" |
36 | 36 | android:layout_height="0dip" |
37 | 37 | android:layout_weight="1" |
38 | 38 | android:singleLine="true" |
39 | | - android:text="@+string/update_metadata" |
| 39 | + android:text="@string/update_metadata" |
40 | 40 | android:textSize="21sp" |
41 | 41 | /> |
42 | 42 | </LinearLayout> |
|
59 | 59 | android:layout_height="0dip" |
60 | 60 | android:layout_weight="1" |
61 | 61 | android:singleLine="true" |
62 | | - android:text="@+string/sensor_out_of_range" |
| 62 | + android:text="@string/sensor_out_of_range" |
63 | 63 | android:textSize="21sp" |
64 | 64 | /> |
65 | 65 | <TextView |
66 | 66 | android:layout_width="fill_parent" |
67 | 67 | android:layout_height="0dip" |
68 | 68 | android:layout_weight="1" |
69 | 69 | android:singleLine="true" |
70 | | - android:text="@+string/open_record" |
| 70 | + android:text="@string/open_record" |
71 | 71 | android:textSize="21sp" |
72 | 72 | /> |
73 | 73 | <TextView |
74 | 74 | android:layout_width="fill_parent" |
75 | 75 | android:layout_height="0dip" |
76 | 76 | android:layout_weight="1" |
77 | 77 | android:singleLine="true" |
78 | | - android:text="@+string/update_metadata" |
| 78 | + android:text="@string/update_metadata" |
79 | 79 | android:textSize="21sp" |
80 | 80 | /> |
81 | 81 | </LinearLayout> |
|
98 | 98 | android:layout_height="0dip" |
99 | 99 | android:layout_weight="1" |
100 | 100 | android:singleLine="true" |
101 | | - android:text="@+string/register_sensor" |
| 101 | + android:text="@string/register_sensor" |
102 | 102 | android:textSize="21sp" |
103 | 103 | /> |
104 | 104 | <TextView |
105 | 105 | android:layout_width="fill_parent" |
106 | 106 | android:layout_height="0dip" |
107 | 107 | android:layout_weight="1" |
108 | 108 | android:singleLine="true" |
109 | | - android:text="@+string/register" |
| 109 | + android:text="@string/register" |
110 | 110 | android:textSize="16sp" |
111 | 111 | /> |
112 | 112 | <TextView |
113 | 113 | android:layout_width="fill_parent" |
114 | 114 | android:layout_height="0dip" |
115 | 115 | android:layout_weight="1" |
116 | 116 | android:singleLine="true" |
117 | | - android:text="@+string/update_metadata" |
| 117 | + android:text="@string/update_metadata" |
118 | 118 | android:textSize="21sp" |
119 | 119 | /> |
120 | 120 | </LinearLayout> |
|
145 | 145 | android:layout_height="0dip" |
146 | 146 | android:layout_weight="1" |
147 | 147 | android:singleLine="true" |
148 | | - android:text="@+string/pair_device_with_phone" |
| 148 | + android:text="@string/pair_device_with_phone" |
149 | 149 | android:textSize="21sp" |
150 | 150 | /> |
151 | 151 | <TextView |
152 | 152 | android:layout_width="fill_parent" |
153 | 153 | android:layout_height="0dip" |
154 | 154 | android:layout_weight="1" |
155 | 155 | android:singleLine="true" |
156 | | - android:text="@+string/long_click_no_action" |
| 156 | + android:text="@string/long_click_no_action" |
157 | 157 | android:textSize="21sp" |
158 | 158 | /> |
159 | 159 | </LinearLayout> |
|
176 | 176 | android:layout_height="0dip" |
177 | 177 | android:layout_weight="1" |
178 | 178 | android:singleLine="true" |
179 | | - android:text="@+string/not_a_sensor" |
| 179 | + android:text="@string/not_a_sensor" |
180 | 180 | android:textSize="21sp" |
181 | 181 | /> |
182 | 182 | <TextView |
183 | 183 | android:layout_width="fill_parent" |
184 | 184 | android:layout_height="0dip" |
185 | 185 | android:layout_weight="1" |
186 | 186 | android:singleLine="true" |
187 | | - android:text="@+string/single_click_no_action" |
| 187 | + android:text="@string/single_click_no_action" |
188 | 188 | android:textSize="21sp" |
189 | 189 | /> |
190 | 190 | <TextView |
191 | 191 | android:layout_width="fill_parent" |
192 | 192 | android:layout_height="0dip" |
193 | 193 | android:layout_weight="1" |
194 | 194 | android:singleLine="true" |
195 | | - android:text="@+string/update_metadata" |
| 195 | + android:text="@string/update_metadata" |
196 | 196 | android:textSize="21sp" |
197 | 197 | /> |
198 | 198 | </LinearLayout> |
|
0 commit comments