grid gray
This commit is contained in:
parent
b8a8bed6c5
commit
1a474f7983
1 changed files with 3 additions and 0 deletions
|
@ -210,6 +210,9 @@ public class OverviewFragment extends Fragment implements View.OnClickListener,
|
||||||
showPredictionView.setChecked(SP.getBoolean("showprediction", false));
|
showPredictionView.setChecked(SP.getBoolean("showprediction", false));
|
||||||
showBasalsView.setChecked(SP.getBoolean("showbasals", false));
|
showBasalsView.setChecked(SP.getBoolean("showbasals", false));
|
||||||
|
|
||||||
|
bgGraph.getGridLabelRenderer().setGridColor(Color.rgb(0x75, 0x75, 0x75));
|
||||||
|
bgGraph.getGridLabelRenderer().reloadStyles();
|
||||||
|
|
||||||
return view;
|
return view;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue