|
170 | 170 | android:layout_gravity="center_vertical|center_horizontal|center"
|
171 | 171 | android:foregroundGravity="center_vertical"
|
172 | 172 | android:gravity="center_vertical|center_horizontal|center"
|
173 |
| - android:text="@string/time_space" |
| 173 | + android:text="@string/time" |
174 | 174 | android:textColor="#ffff"
|
175 | 175 | android:textSize="@dimen/text_size_9sp"
|
176 | 176 | android:textStyle="normal|bold"
|
177 | 177 | tools:layout_editor_absoluteX="288dp"
|
178 | 178 | tools:layout_editor_absoluteY="0dp" />
|
179 | 179 |
|
180 |
| - <TextView |
181 |
| - android:id="@+id/tv_unit_xaxis_objtemp_mlx" |
182 |
| - android:layout_width="wrap_content" |
183 |
| - android:layout_height="wrap_content" |
184 |
| - android:layout_alignParentTop="true" |
185 |
| - android:layout_toEndOf="@+id/tv_graph_label_xaxis_objtemp_mlx" |
186 |
| - android:text="@string/seconds" |
187 |
| - android:textColor="#ffff" |
188 |
| - android:textSize="@dimen/text_size_9sp" |
189 |
| - android:textStyle="normal|bold" |
190 |
| - app:layout_constraintLeft_toRightOf="@+id/tv_graph_label_xaxis_objtemp_mlx" |
191 |
| - tools:layout_editor_absoluteY="0dp" /> |
192 |
| - |
193 | 180 | </RelativeLayout>
|
194 | 181 |
|
195 | 182 | <androidx.constraintlayout.widget.ConstraintLayout
|
|
293 | 280 | android:layout_gravity="center_vertical|center_horizontal|center"
|
294 | 281 | android:foregroundGravity="center_vertical"
|
295 | 282 | android:gravity="center_vertical|center_horizontal|center"
|
296 |
| - android:text="@string/time_space" |
| 283 | + android:text="@string/time" |
297 | 284 | android:textColor="#ffff"
|
298 | 285 | android:textSize="@dimen/text_size_9sp"
|
299 | 286 | android:textStyle="normal|bold"
|
300 | 287 | tools:layout_editor_absoluteX="288dp"
|
301 | 288 | tools:layout_editor_absoluteY="0dp" />
|
302 | 289 |
|
303 |
| - <TextView |
304 |
| - android:id="@+id/tv_unit_xaxis_ambtemp_mlx" |
305 |
| - android:layout_width="wrap_content" |
306 |
| - android:layout_height="wrap_content" |
307 |
| - android:layout_alignParentTop="true" |
308 |
| - android:layout_toEndOf="@+id/tv_graph_label_xaxis_ambtemp_mlx" |
309 |
| - android:text="@string/seconds" |
310 |
| - android:textColor="#ffff" |
311 |
| - android:textSize="@dimen/text_size_9sp" |
312 |
| - android:textStyle="normal|bold" |
313 |
| - app:layout_constraintLeft_toRightOf="@+id/tv_graph_label_xaxis_ambtemp_mlx" |
314 |
| - tools:layout_editor_absoluteY="0dp" /> |
315 |
| - |
316 | 290 | </RelativeLayout>
|
317 | 291 |
|
318 | 292 | <androidx.constraintlayout.widget.ConstraintLayout
|
|
0 commit comments