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

Adjusted SharedPreferences example title and description #1256

Merged
merged 1 commit into from
Oct 31, 2019
Merged
Show file tree
Hide file tree
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 @@ -134,7 +134,7 @@
<string name="activity_lab_rv_directions_description">Quickly show the directions route associated with a RecyclerView item.</string>
<string name="activity_lab_spinning_icon_description">Use a ValueAnimator to adjust SymbolLayer icons\' rotation values and create a spinning effect.</string>
<string name="activity_lab_change_attribution_color_description">Adjust the attribution "i" to match a map style, app UI, or color motif.</string>
<string name="activity_lab_shared_preferences_description">Use the Android system\'s Shared Preferences to save and retrieve coordinates.</string>
<string name="activity_lab_shared_preferences_description">Use the Android system\'s SharedPreferences to save and retrieve information such as coordinates.</string>
<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>
<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>

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 @@ -136,5 +136,5 @@
<string name="activity_lab_rv_directions_title">RecyclerView Directions</string>
<string name="activity_lab_spinning_icon_title">Spinning icon</string>
<string name="activity_lab_change_attribution_color_title">Style attribution</string>
<string name="activity_lab_shared_preferences_title">Shared preferences</string>
<string name="activity_lab_shared_preferences_title">Saving to SharedPreferences</string>
</resources>