These should not be changed
This commit is contained in:
parent
e25ebbdafa
commit
38526d64c6
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ public class HardLimits {
|
||||||
public static final double MAXISF = 720; // mgdl
|
public static final double MAXISF = 720; // mgdl
|
||||||
|
|
||||||
public static final double[] MAXIOB_AMA = {3, 5, 7, 12};
|
public static final double[] MAXIOB_AMA = {3, 5, 7, 12};
|
||||||
public static final double[] MAXIOB_SMB = {3, 7, 20, 25};
|
public static final double[] MAXIOB_SMB = {3, 7, 12, 25};
|
||||||
|
|
||||||
public static final double[] MAXBASAL = {2, 5, 10, 12};
|
public static final double[] MAXBASAL = {2, 5, 10, 12};
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:id="@+id/objectives_fake_layout"
|
android:id="@+id/objectives_fake_layout"
|
||||||
android:visibility="visible">
|
android:visibility="gone">
|
||||||
|
|
||||||
<CheckBox
|
<CheckBox
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
|
Loading…
Reference in a new issue