excuse me Emux, i have added assets folder to my project then I wrote this function :-
protected XmlRenderTheme getRenderTheme() {
try {
return new AssetsRenderTheme(this.getApplicationContext(), "", "renderthemes/rendertheme-v4.xml");
} catch (final IOException e) {
Toast.makeText(MainActivity.this,"render fails",Toast.LENGTH_LONG).show();
}
return null;
tileRendererLayer.setXmlRenderTheme( getRenderTheme());
but it display like this :-
it doesn't looks that good without building, water...etc
what is wrong ? Did I forget something ?
the problem really was with my town it's small and it has not nice places and buildings that's why it looks like that loool :)