Skip to content

Commit

Permalink
created URL string resources
Browse files Browse the repository at this point in the history
  • Loading branch information
doneill committed Nov 3, 2015
1 parent 82b1dd1 commit c6b93a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AttributeEditor/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@
<string name="app_name">Attribute Editor Sample</string>
<string name="btn_edit_apply">Apply</string>
<string name="btn_edit_discard">Discard</string>
<!-- service urls -->
<string name="basemap">http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer</string>
<string name="operational_layer">http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Petroleum/KSFields/MapServer</string>
<string name="feature_layer">http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Petroleum/KSFields/FeatureServer/0</string>
</resources>

0 comments on commit c6b93a5

Please sign in to comment.