From 96e6303a4246cda7f592669914ac6892029211c2 Mon Sep 17 00:00:00 2001 From: AdrianLxM Date: Sun, 27 Nov 2016 17:25:14 +0100 Subject: [PATCH] wear no single value line for better distinction to basal lines --- .../nightscout/androidaps/BgGraphBuilder.java | 2 +- wear/wear.iml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/wear/src/main/java/info/nightscout/androidaps/BgGraphBuilder.java b/wear/src/main/java/info/nightscout/androidaps/BgGraphBuilder.java index bcb41311fc..825c256678 100644 --- a/wear/src/main/java/info/nightscout/androidaps/BgGraphBuilder.java +++ b/wear/src/main/java/info/nightscout/androidaps/BgGraphBuilder.java @@ -61,7 +61,7 @@ public class BgGraphBuilder { this.highMark = aBgList.get(aBgList.size() - 1).high; this.lowMark = aBgList.get(aBgList.size() - 1).low; this.pointSize = aPointSize; - this.singleLine = true; + this.singleLine = false; this.midColor = aMidColor; this.lowColor = aMidColor; this.highColor = aMidColor; diff --git a/wear/wear.iml b/wear/wear.iml index 6bcf7b706c..dfd9e96a36 100644 --- a/wear/wear.iml +++ b/wear/wear.iml @@ -106,14 +106,6 @@ - - - - - - - - @@ -122,6 +114,14 @@ + + + + + + + +