mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
2712 add format types note to custom layers (#2891)
This commit is contained in:
parent
99c016c7e9
commit
161582141a
2 changed files with 8 additions and 0 deletions
|
|
@ -60,6 +60,13 @@ fun CustomMapLayersSheet(
|
|||
)
|
||||
HorizontalDivider()
|
||||
}
|
||||
item {
|
||||
Text(
|
||||
modifier = Modifier.padding(start = 16.dp, end = 16.dp, top = 8.dp, bottom = 0.dp),
|
||||
text = stringResource(R.string.map_layer_formats),
|
||||
style = MaterialTheme.typography.bodySmall,
|
||||
)
|
||||
}
|
||||
|
||||
if (mapLayers.isEmpty()) {
|
||||
item {
|
||||
|
|
|
|||
|
|
@ -777,6 +777,7 @@
|
|||
<string name="map_type_terrain">Terrain</string>
|
||||
<string name="map_type_hybrid">Hybrid</string>
|
||||
<string name="manage_map_layers">Manage Map Layers</string>
|
||||
<string name="map_layer_formats">Custom layers support .kml or .kmz files.</string>
|
||||
<string name="map_layers_title">Map Layers</string>
|
||||
<string name="no_map_layers_loaded">No custom layers loaded.</string>
|
||||
<string name="add_layer_button">Add Layer</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue