fix inrange background
This commit is contained in:
parent
d3d28605d8
commit
c181757f97
2 changed files with 2 additions and 2 deletions
|
@ -217,7 +217,7 @@
|
|||
<item name="therapyEvent_APS_OFFLINE">@color/mdtp_line_dark</item>
|
||||
<item name="therapyEvent_Default">@color/mdtp_line_dark</item>
|
||||
<!-- Graph specific colors -->
|
||||
<item name="inrangeBackground">@color/black_alpha_20</item>
|
||||
<item name="inrangeBackground">@color/inrangebackground</item>
|
||||
<item name="devslopeposColor">@color/devslopepos</item>
|
||||
<item name="predictionColor">@color/prediction</item>
|
||||
<item name="bgiColor">@color/bgi</item>
|
||||
|
|
|
@ -225,7 +225,7 @@
|
|||
<item name="therapyEvent_APS_OFFLINE">@color/mdtp_line_dark</item>
|
||||
<item name="therapyEvent_Default">@color/mdtp_line_dark</item>
|
||||
<!-- Graph specific colors -->
|
||||
<item name="inrangeBackground">@color/black_alpha_20</item>
|
||||
<item name="inrangeBackground">@color/inrangebackground</item>
|
||||
<item name="devslopeposColor">@color/devslopepos</item>
|
||||
<item name="predictionColor">@color/prediction</item>
|
||||
<item name="bgiColor">@color/bgi</item>
|
||||
|
|
Loading…
Reference in a new issue