- Render theme styles, closes #93

- Stream render theme, closes #161
This commit is contained in:
Emux
2016-09-03 17:13:55 +03:00
parent 290aee9a8b
commit 7c97ac5101
25 changed files with 667 additions and 219 deletions

View File

@@ -28,9 +28,9 @@ import java.io.InputStream;
public enum VtmThemes implements ThemeFile {
DEFAULT("styles/default.xml"),
TRONRENDER("styles/tronrender.xml"),
NEWTRON("styles/newtron.xml"),
OSMARENDER("styles/osmarender.xml");
OSMARENDER("styles/osmarender.xml"),
TRONRENDER("styles/tronrender.xml");
private final String mPath;
@@ -38,6 +38,11 @@ public enum VtmThemes implements ThemeFile {
mPath = path;
}
@Override
public XmlRenderThemeMenuCallback getMenuCallback() {
return null;
}
@Override
public String getRelativePathPrefix() {
return "";