Render themes new SVG resources, closes #251

This commit is contained in:
Emux
2016-11-24 14:02:00 +02:00
parent d937f3516c
commit ca5e34e1fb
427 changed files with 3741 additions and 2779 deletions

View File

@@ -28,11 +28,11 @@ import java.io.InputStream;
*/
public enum VtmThemes implements ThemeFile {
DEFAULT("styles/default.xml"),
MAPZEN("styles/mapzen.xml"),
NEWTRON("styles/newtron.xml"),
OSMARENDER("styles/osmarender.xml"),
TRONRENDER("styles/tronrender.xml");
DEFAULT("vtm/default.xml"),
MAPZEN("vtm/mapzen.xml"),
NEWTRON("vtm/newtron.xml"),
OSMARENDER("vtm/osmarender.xml"),
TRONRENDER("vtm/tronrender.xml");
private final String mPath;