Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Fixed description for collision detection example #1075

Merged
merged 1 commit into from
May 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<string name="activity_dds_geojson_line_description">Draw a polyline by parsing a GeoJSON file with the Mapbox Maps SDK.</string>
<string name="activity_dds_polygon_description">Draw a vector polygon on a map with the Mapbox Maps SDK.</string>
<string name="activity_dds_polygon_holes_description">Draw a vector polygon with holes on a map using the Mapbox Maps SDK.</string>
<string name="activity_dds_symbol_collision_detection_description">Draw a vector polygon with holes on a map using the Mapbox Maps SDK.</string>
<string name="activity_dds_symbol_collision_detection_description">Allow or deny text and icons to overlap and collide.</string>


<string name="activity_styles_text_field_formatting_description">Adjust the color, size, and fonts of SymbolLayer text fields.</string>
Expand Down