Skip to content

Commit

Permalink
organized fields
Browse files Browse the repository at this point in the history
  • Loading branch information
doneill committed Nov 3, 2015
1 parent 8fb4839 commit 82b1dd1
Showing 1 changed file with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,16 @@
*/
public class AttributeEditorActivity extends Activity {

// arcgis components
MapView mapView;

ArcGISFeatureLayer featureLayer;
ArcGISDynamicMapServiceLayer dmsl;

Point pointClicked;

Envelope initextent;
// android components
LayoutInflater inflator;

AttributeListAdapter listAdapter;

Envelope initextent;

ListView listView;

View listLayout;

public static final String TAG = "AttributeEditorSample";
Expand Down

0 comments on commit 82b1dd1

Please sign in to comment.