Change default theme

This commit is contained in:
Victor Shcherb 2015-05-21 14:47:46 +03:00
parent 6638c50e16
commit 3d277761db

View file

@ -1815,7 +1815,7 @@ public class OsmandSettings {
new IntPreference("FAVORITES_TAB", 0).makeGlobal().cache();
public final CommonPreference<Integer> OSMAND_THEME =
new IntPreference("osmand_theme", OSMAND_DARK_THEME).makeGlobal().cache();
new IntPreference("osmand_theme", OSMAND_LIGHT_THEME).makeGlobal().cache();
public boolean isLightActionBar(){
return true;