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

Commit 4418600

Browse files
Langston SmithT Suzuki
authored andcommitted
Adjusted SharedPreferences example title and description (#1256)
1 parent b28742e commit 4418600

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

MapboxAndroidDemo/src/main/res/values/descriptions_strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
<string name="activity_lab_rv_directions_description">Quickly show the directions route associated with a RecyclerView item.</string>
135135
<string name="activity_lab_spinning_icon_description">Use a ValueAnimator to adjust SymbolLayer icons\' rotation values and create a spinning effect.</string>
136136
<string name="activity_lab_change_attribution_color_description">Adjust the attribution "i" to match a map style, app UI, or color motif.</string>
137-
<string name="activity_lab_shared_preferences_description">Use the Android system\'s Shared Preferences to save and retrieve coordinates.</string>
137+
<string name="activity_lab_shared_preferences_description">Use the Android system\'s SharedPreferences to save and retrieve information such as coordinates.</string>
138138
<string name="activity_china_simple_china_mapview_description">Show an accurate and government-approved China map in your app using the Mapbox Maps SDK.</string>
139139
<string name="activity_china_simple_china_bounds_checker_description">Use the China plugin to determine whether or not the device is inside of China.</string>
140140

MapboxAndroidDemo/src/main/res/values/titles_strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,5 @@
136136
<string name="activity_lab_rv_directions_title">RecyclerView Directions</string>
137137
<string name="activity_lab_spinning_icon_title">Spinning icon</string>
138138
<string name="activity_lab_change_attribution_color_title">Style attribution</string>
139-
<string name="activity_lab_shared_preferences_title">Shared preferences</string>
139+
<string name="activity_lab_shared_preferences_title">Saving to SharedPreferences</string>
140140
</resources>

0 commit comments

Comments
 (0)