Skip to content

Commit

Permalink
Merge pull request Esri#77 from Esri/dop/quick-updates
Browse files Browse the repository at this point in the history
Dop/quick updates
  • Loading branch information
doneill committed Aug 28, 2015
2 parents 6962502 + a39f3af commit d172a6c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 25 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/* Copyright 2015 Esri
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/

package com.arcgis.android.samples.dynamicsublayerreorder;

import android.os.Bundle;
Expand Down Expand Up @@ -58,10 +74,6 @@ protected void onCreate(Bundle savedInstanceState) {
Envelope mapExtent = new Envelope(-14029650.509177,3560436.632155,-12627306.217347,5430229.021262);
mMapView.setExtent(mapExtent);





}

/*
Expand Down
6 changes: 0 additions & 6 deletions DynamicSubLayerReorder/src/main/res/menu/menu_main.xml

This file was deleted.

1 change: 0 additions & 1 deletion DynamicSubLayerReorder/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<resources>
<string name="app_name">DynamicSubLayerReorderSample</string>

<string name="hello_world">Hello world!</string>
<string name="action_settings">Settings</string>
<string name="basemap_url">http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer</string>
<string name="dynamiclayer_url">http://sampleserver6.arcgisonline.com/arcgis/rest/services/USA/MapServer</string>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.0'
classpath 'com.android.tools.build:gradle:1.3.1'
}

}
Expand Down

0 comments on commit d172a6c

Please sign in to comment.