mirror of
https://github.com/russok/FitoTrack.git
synced 2025-10-28 16:22:12 -07:00
Changed color of WorkoutMap pointer
This commit is contained in:
parent
5654955c42
commit
e28a2ad9c2
@ -127,8 +127,8 @@ public abstract class WorkoutActivity extends FitoTrackActivity {
|
||||
public void onValueSelected(Entry e, Highlight h) {
|
||||
onNothingSelected();
|
||||
Paint p= AndroidGraphicFactory.INSTANCE.createPaint();
|
||||
p.setColor(Color.BLUE);
|
||||
highlightingCircle= new FixedPixelCircle(findSample(converter, e).toLatLong(), 10, p, null);
|
||||
p.setColor(0xff693cff);
|
||||
highlightingCircle= new FixedPixelCircle(findSample(converter, e).toLatLong(), 20, p, null);
|
||||
map.addLayer(highlightingCircle);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user