Skip to content

Commit

Permalink
Update scene file paths to point at bubble-wrap.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
matteblair committed Nov 3, 2016
1 parent cc90688 commit 6759f8d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -24,7 +24,7 @@ protected void onCreate(Bundle savedInstanceState) {

view = (MapView)findViewById(R.id.map);
view.onCreate(savedInstanceState);
view.getMapAsync(this, "scene.yaml");
view.getMapAsync(this, "bubble-wrap/bubble-wrap.yaml");

textWindow = (TextView)findViewById(R.id.textWindow);
textWindow.setText("Tap an icon on the map.");
Expand Down
Expand Up @@ -22,7 +22,7 @@ protected void onCreate(Bundle savedInstanceState) {

view = (MapView)findViewById(R.id.map);
view.onCreate(savedInstanceState);
view.getMapAsync(this, "scene.yaml");
view.getMapAsync(this, "bubble-wrap/bubble-wrap.yaml");

}

Expand Down
Expand Up @@ -41,7 +41,7 @@ protected void onCreate(Bundle savedInstanceState) {

view = (MapView)findViewById(R.id.map);
view.onCreate(savedInstanceState);
view.getMapAsync(this, "scene.yaml");
view.getMapAsync(this, "bubble-wrap/bubble-wrap.yaml");
}

@Override
Expand Down
Expand Up @@ -22,7 +22,7 @@ protected void onCreate(Bundle savedInstanceState) {

view = (MapView)findViewById(R.id.map);
view.onCreate(savedInstanceState);
view.getMapAsync(this, "scene.yaml");
view.getMapAsync(this, "bubble-wrap/bubble-wrap.yaml");

}

Expand Down

0 comments on commit 6759f8d

Please sign in to comment.