|
113 | 113 | android:layout_height="10dp" |
114 | 114 | android:layout_gravity="center" |
115 | 115 | android:layout_marginEnd="4dp" |
116 | | - android:layout_marginRight="4dp" |
117 | 116 | android:background="@color/settings_used_space" /> |
118 | 117 |
|
119 | 118 | <TextView |
|
122 | 121 | android:layout_height="wrap_content" |
123 | 122 | android:layout_gravity="center" |
124 | 123 | android:layout_marginEnd="12dp" |
125 | | - android:layout_marginRight="12dp" |
126 | 124 | tools:text="Used: 16050 MB" /> |
127 | 125 |
|
128 | 126 | <ImageView |
129 | 127 | android:layout_width="10dp" |
130 | 128 | android:layout_height="10dp" |
131 | 129 | android:layout_gravity="center" |
132 | 130 | android:layout_marginEnd="4dp" |
133 | | - android:layout_marginRight="4dp" |
134 | 131 | android:background="@color/settings_cache_space" /> |
135 | 132 |
|
136 | 133 | <TextView |
|
139 | 136 | android:layout_height="wrap_content" |
140 | 137 | android:layout_gravity="center" |
141 | 138 | android:layout_marginEnd="12dp" |
142 | | - android:layout_marginRight="12dp" |
143 | 139 | tools:text="Cache: 48 MB" /> |
144 | 140 |
|
145 | 141 | <ImageView |
146 | 142 | android:layout_width="10dp" |
147 | 143 | android:layout_height="10dp" |
148 | 144 | android:layout_gravity="center" |
149 | 145 | android:layout_marginEnd="4dp" |
150 | | - android:layout_marginRight="4dp" |
151 | 146 | android:background="@color/settings_free_space" /> |
152 | 147 |
|
153 | 148 | <TextView |
|
195 | 190 | android:layout_height="wrap_content" |
196 | 191 | android:layout_below="@id/title3" |
197 | 192 | android:layout_alignStart="@id/title3" |
198 | | - android:layout_alignLeft="@id/title3" |
199 | 193 | android:maxLines="4" |
200 | 194 | android:textAppearance="@style/TextAppearance.MaterialComponents.Body2" |
201 | 195 | android:textColor="?android:attr/textColorSecondary" |
|
245 | 239 | android:layout_height="wrap_content" |
246 | 240 | android:layout_below="@id/settings_show_on_lockscreen_title" |
247 | 241 | android:layout_alignStart="@id/settings_show_on_lockscreen_title" |
248 | | - android:layout_alignLeft="@id/settings_show_on_lockscreen_title" |
249 | 242 | android:maxLines="4" |
250 | 243 | android:text="@string/settings_show_on_lockscreen_summary" |
251 | 244 | android:textAppearance="@style/TextAppearance.MaterialComponents.Body2" |
|
302 | 295 | android:layout_height="wrap_content" |
303 | 296 | android:layout_below="@id/settings_keep_screen_on_title" |
304 | 297 | android:layout_alignStart="@id/settings_keep_screen_on_title" |
305 | | - android:layout_alignLeft="@id/settings_keep_screen_on_title" |
306 | 298 | android:maxLines="4" |
307 | 299 | android:text="@string/settings_keep_screen_on_summary" |
308 | 300 | android:textAppearance="@style/TextAppearance.MaterialComponents.Body2" |
|
366 | 358 | android:layout_height="wrap_content" |
367 | 359 | android:layout_below="@id/settings_map_rotation_title" |
368 | 360 | android:layout_alignStart="@id/settings_map_rotation_title" |
369 | | - android:layout_alignLeft="@id/settings_map_rotation_title" |
370 | 361 | android:maxLines="4" |
371 | 362 | android:text="@string/settings_map_rotation_summary" |
372 | 363 | android:textAppearance="@style/TextAppearance.MaterialComponents.Body2" |
|
419 | 410 | android:layout_height="wrap_content" |
420 | 411 | android:layout_below="@id/settings_show_gpx_title" |
421 | 412 | android:layout_alignStart="@id/settings_show_gpx_title" |
422 | | - android:layout_alignLeft="@id/settings_show_gpx_title" |
423 | 413 | android:maxLines="4" |
424 | 414 | android:text="@string/settings_show_gpx_summary" |
425 | 415 | android:textAppearance="@style/TextAppearance.MaterialComponents.Body2" |
|
472 | 462 | android:layout_height="wrap_content" |
473 | 463 | android:layout_below="@id/title_choose_gpx" |
474 | 464 | android:layout_alignStart="@id/title_choose_gpx" |
475 | | - android:layout_alignLeft="@id/title_choose_gpx" |
476 | 465 | android:maxLines="4" |
477 | 466 | android:textAppearance="@style/TextAppearance.MaterialComponents.Body2" |
478 | 467 | android:textColor="?android:attr/textColorSecondary" |
|
0 commit comments