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

@@ -40,6 +40,5 @@ public enum VtmThemes implements ThemeFile {
@Override
public InputStream getRenderThemeAsStream() {
return AssetAdapter.g.openFileAsStream(mPath);
//InternalRenderTheme.class.getResourceAsStream(mPath);
}
}