Skip to content

Commit

Permalink
Preference item for range lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jamorham committed Sep 21, 2016
1 parent 0d00787 commit 813d8c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/res/xml/xdrip_plus_prefs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,11 @@
android:key="rewrite_history"
android:summary="@string/after_calibration_rewrite_history"
android:title="@string/rewrite_history" />
<CheckBoxPreference
android:key="widget_range_lines"
android:title="Widget Range Lines"
android:summary="Show a high and low line on the widget."
android:defaultValue="false" />
<CheckBoxPreference
android:defaultValue="true"
android:key="show_graph_grid_time"
Expand Down

0 comments on commit 813d8c6

Please sign in to comment.