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

Commit

Permalink
adjusted ExpressionIntegrationActivity strings and layout file name
Browse files Browse the repository at this point in the history
  • Loading branch information
langsmith committed Jun 7, 2019
1 parent 1c2df93 commit fd1427c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {
Mapbox.getInstance(this, getString(R.string.access_token));

// This contains the MapView in XML and needs to be called after the access token is configured.
setContentView(R.layout.activity_dds_temperature_change);
setContentView(R.layout.activity_dds_multiple_expression_integration);

unitsFab = findViewById(R.id.change_units_fab);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<string name="activity_dds_multiple_geometries_description">Filter and draw multiple geometries from a single GeoJSON file.</string>
<string name="activity_dds_bathymetry_description">Use data-driven styling to show bathymetry (water depth) data</string>
<string name="activity_dds_info_window_symbol_layer_description">Use SymbolLayer and icons to show data in a BubbleLayout "info window".</string>
<string name="activity_dds_expression_integration_description">Use multiple expressions to visualize unit change in data.</string>
<string name="activity_dds_expression_integration_description">Use multiple expressions to convert and visualize data.</string>
<string name="activity_dds_satellite_land_select_description">View satellite photos and click to outline an area of land.</string>
<string name="activity_dds_symbol_zoom_switch_description">Change SymbolLayer icons based on the camera\'s zoom level.</string>
<string name="activity_annotation_marker_description">Create a default marker with an InfoWindow.</string>
Expand Down
2 changes: 1 addition & 1 deletion MapboxAndroidDemo/src/main/res/values/titles_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<string name="activity_dds_bathymetry_title">Display water depth</string>
<string name="activity_dds_info_window_symbol_layer_title">Symbol layer info window</string>
<string name="activity_dds_image_clustering_title">SymbolLayer clustering</string>
<string name="activity_dds_expression_integration_title">Temperature change</string>
<string name="activity_dds_expression_integration_title">Multiple expressions</string>
<string name="activity_dds_satellite_land_select_title">Satellite land select</string>
<string name="activity_dds_line_gradient_title">Line gradient</string>
<string name="activity_dds_symbol_zoom_switch_title">Zoom-based icon switch</string>
Expand Down

0 comments on commit fd1427c

Please sign in to comment.