Add shadow on circle + change map structure

This commit is contained in:
Thomas Andres Gomez 2023-08-10 16:21:48 +02:00
parent 01e312fce1
commit dc35ac0ef9
7 changed files with 60 additions and 31 deletions

View file

@ -49,7 +49,7 @@ class LocationParser @Inject constructor() {
companion object {
private val COLUMNS = listOf(
"nom", "carte"
"Nom", "Carte"
)
}
}