Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2015-05-21 13:48:53 +02:00
commit 3afaece012

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;