fix build
This commit is contained in:
parent
9ad7941b58
commit
11f250a9bc
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ public class DownloadedRegionsLayer extends OsmandMapLayer implements IContextMe
|
||||||
//paintOutdated = getPaint(Color.argb(100, 0, 128, 255));
|
//paintOutdated = getPaint(Color.argb(100, 0, 128, 255));
|
||||||
paintDownloaded = getPaint(view.getResources().getColor(R.color.region_uptodate));
|
paintDownloaded = getPaint(view.getResources().getColor(R.color.region_uptodate));
|
||||||
paintOutdated = getPaint(view.getResources().getColor(R.color.region_updateable));
|
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));
|
paintDownloading = getPaint(view.getResources().getColor(R.color.region_downloading));
|
||||||
|
|
||||||
textPaint = new TextPaint();
|
textPaint = new TextPaint();
|
||||||
|
|
Loading…
Reference in a new issue