theme: add Newtron

- fix: VtmThemes enum
This commit is contained in:
Hannes Janetzek
2014-03-10 01:43:18 +01:00
parent 968d97f440
commit 6188baa4db
5 changed files with 12 additions and 10 deletions

View File

@@ -68,6 +68,11 @@ public class SimpleMapActivity extends BaseMapActivity {
mMap.setTheme(VtmThemes.OSMARENDER);
item.setChecked(true);
return true;
case R.id.theme_newtron:
mMap.setTheme(VtmThemes.NEWTRON);
item.setChecked(true);
return true;
}
return false;