Skip to content

Commit a667e10

Browse files
committed
chore: Reorder string resource to put map_id as last item
1 parent 7b29749 commit a667e10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

demo/src/main/res/values/strings.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
<string name="button_gradient">Gradient</string>
3535
<string name="button_opacity">Opacity</string>
3636
<string name="bad_maps_api_key">The Google Maps API key looks invalid or is missing. If you are sure your key is correct, you can remove this check from the demo.</string>
37+
<string name="percentage_format">%1$d%%</string>
38+
3739
<!-- This should be set here or in secrets.properties. -->
3840
<string name="map_id">DEMO_MAP_ID</string>
39-
<string name="percentage_format">%1$d%%</string>
4041
</resources>

0 commit comments

Comments
 (0)