Skip to content

Commit

Permalink
chore: replace the GMS folder with main for snippets (#1786)
Browse files Browse the repository at this point in the history
* chore: replace the GMS folder with main for snippets

* chore: fix region tag glitch found by the linter
  • Loading branch information
dkhawk authored Aug 26, 2024
1 parent be0a71f commit 840ada6
Show file tree
Hide file tree
Showing 45 changed files with 3 additions and 25 deletions.
19 changes: 0 additions & 19 deletions snippets/app/src/gms/res/values/strings.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ internal class GroundOverlays {
imageOverlay?.remove()
// [END maps_android_ground_overlays_remove]

// [START maps_android_ground_overlays_change_image]
// Update the GroundOverlay with a new image of the same dimension
// [END maps_android_ground_overlays_remove]

// [START maps_android_ground_overlays_change_image]
// Update the GroundOverlay with a new image of the same dimension
imageOverlay?.setImage(BitmapDescriptorFactory.fromResource(R.drawable.newark_nj_1922))
Expand Down
File renamed without changes.
5 changes: 3 additions & 2 deletions snippets/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright 2020 Google LLC
Copyright 2024 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -16,4 +16,5 @@

<resources>
<string name="app_name">Snippets App</string>
</resources>
<string name="map_id">13564581852493597319</string>
</resources>

0 comments on commit 840ada6

Please sign in to comment.