theme: rename newtron enum

This commit is contained in:
Hannes Janetzek
2014-03-18 00:11:14 +01:00
parent fc9901e493
commit d502ab2561
3 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ public class TestActivity extends MapActivity {
VectorTileLayer baseLayer = mMap.setBaseMap(new OSciMap4TileSource());
mMap.layers().add(new BuildingLayer(mMap, baseLayer));
mMap.layers().add(new LabelLayer(mMap, baseLayer));
mMap.setTheme(VtmThemes.TRON2);
mMap.setTheme(VtmThemes.NEWTRON);
//mMap.setMapPosition(49.417, 8.673, 1 << 17);
mMap.setMapPosition(53.5620092, 9.9866457, 1 << 16);