From c8d423b0933b21c9e16475f9bf89160fc8861825 Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Mon, 17 Jan 2022 01:11:04 -0600 Subject: Branded merge --- androidApp/src/main/res/menu/map_layers.xml | 8 ++++---- androidApp/src/main/res/values-es-rMX/map_layers.xml | 4 ++-- androidApp/src/main/res/values/map_layers.xml | 5 +++-- 3 files changed, 9 insertions(+), 8 deletions(-) (limited to 'androidApp/src/main/res') diff --git a/androidApp/src/main/res/menu/map_layers.xml b/androidApp/src/main/res/menu/map_layers.xml index 46165da..db0a813 100644 --- a/androidApp/src/main/res/menu/map_layers.xml +++ b/androidApp/src/main/res/menu/map_layers.xml @@ -7,11 +7,11 @@ android:title="@string/layer_streets"/> + android:id="@+id/layerGmapsStreets" + android:title="@string/layer_gmaps_streets"/> + android:id="@+id/layerGmapsSatellite" + android:title="@string/layer_gmaps_satellite"/> \ No newline at end of file diff --git a/androidApp/src/main/res/values-es-rMX/map_layers.xml b/androidApp/src/main/res/values-es-rMX/map_layers.xml index ef56b76..8afadc4 100644 --- a/androidApp/src/main/res/values-es-rMX/map_layers.xml +++ b/androidApp/src/main/res/values-es-rMX/map_layers.xml @@ -1,6 +1,6 @@ OpenStreetMap - Google Calles - Google Satélite + Google Calles + Google Satélite \ No newline at end of file diff --git a/androidApp/src/main/res/values/map_layers.xml b/androidApp/src/main/res/values/map_layers.xml index 034f3e5..50e1a7c 100644 --- a/androidApp/src/main/res/values/map_layers.xml +++ b/androidApp/src/main/res/values/map_layers.xml @@ -1,5 +1,6 @@ - Streets - Satellite + OpenStreetMap + Google Streets + Google Satellite \ No newline at end of file -- cgit v1.2.3