2712 add format types note to custom layers (#2891)

This commit is contained in:
DaneEvans 2025-08-28 19:43:56 +10:00 committed by GitHub
parent 99c016c7e9
commit 161582141a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View file

@ -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 {