fix build

This commit is contained in:
sonora 2015-11-22 10:01:23 +01:00
parent 9ad7941b58
commit 11f250a9bc

View file

@ -110,7 +110,7 @@ public class DownloadedRegionsLayer extends OsmandMapLayer implements IContextMe
//paintOutdated = getPaint(Color.argb(100, 0, 128, 255));
paintDownloaded = getPaint(view.getResources().getColor(R.color.region_uptodate));
paintOutdated = getPaint(view.getResources().getColor(R.color.region_updateable));
paintSelected = getPaint(view.getResources().getColor(R.color.region_selected);
paintSelected = getPaint(view.getResources().getColor(R.color.region_selected));
paintDownloading = getPaint(view.getResources().getColor(R.color.region_downloading));
textPaint = new TextPaint();