make now-line more visible
This commit is contained in:
parent
bb76fa9d20
commit
8a4678bb8f
|
@ -816,8 +816,8 @@ public class OverviewFragment extends Fragment {
|
||||||
// custom paint to make a dotted line
|
// custom paint to make a dotted line
|
||||||
Paint paint = new Paint();
|
Paint paint = new Paint();
|
||||||
paint.setStyle(Paint.Style.STROKE);
|
paint.setStyle(Paint.Style.STROKE);
|
||||||
paint.setStrokeWidth(1);
|
paint.setStrokeWidth(2);
|
||||||
paint.setPathEffect(new DashPathEffect(new float[]{4, 20}, 0));
|
paint.setPathEffect(new DashPathEffect(new float[]{10, 20}, 0));
|
||||||
paint.setColor(Color.WHITE);
|
paint.setColor(Color.WHITE);
|
||||||
seriesNow.setCustomPaint(paint);
|
seriesNow.setCustomPaint(paint);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue