new plotter
This commit is contained in:
parent
bd2dde0c1d
commit
3ef91d7020
@ -131,7 +131,6 @@ public final class CalculatorPreferences {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static class Graph {
|
public static class Graph {
|
||||||
public static final Preference<Boolean> interpolate = new BooleanPreference("graph_interpolate", true);
|
|
||||||
public static final Preference<Boolean> plotImag = new BooleanPreference("graph_plot_imag", false);
|
public static final Preference<Boolean> plotImag = new BooleanPreference("graph_plot_imag", false);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -186,7 +185,6 @@ public final class CalculatorPreferences {
|
|||||||
applyDefaultPreference(preferences, Gui.autoOrientation);
|
applyDefaultPreference(preferences, Gui.autoOrientation);
|
||||||
applyDefaultPreference(preferences, Gui.hideNumeralBaseDigits);
|
applyDefaultPreference(preferences, Gui.hideNumeralBaseDigits);
|
||||||
|
|
||||||
applyDefaultPreference(preferences, Graph.interpolate);
|
|
||||||
applyDefaultPreference(preferences, Graph.plotImag);
|
applyDefaultPreference(preferences, Graph.plotImag);
|
||||||
applyDefaultPreference(preferences, History.showIntermediateCalculations);
|
applyDefaultPreference(preferences, History.showIntermediateCalculations);
|
||||||
applyDefaultPreference(preferences, Calculations.calculateOnFly);
|
applyDefaultPreference(preferences, Calculations.calculateOnFly);
|
||||||
|
@ -6,11 +6,6 @@
|
|||||||
|
|
||||||
<org.solovyev.android.ads.AdViewPreference a:layout="@layout/admob_pref"/>
|
<org.solovyev.android.ads.AdViewPreference a:layout="@layout/admob_pref"/>
|
||||||
|
|
||||||
<!--<android.preference.CheckBoxPreference
|
|
||||||
a:key="graph_interpolate"
|
|
||||||
a:title="@string/prefs_graph_interpolate_function"
|
|
||||||
a:summary="@string/prefs_graph_interpolate_function_summary"/>-->
|
|
||||||
|
|
||||||
<android.preference.CheckBoxPreference
|
<android.preference.CheckBoxPreference
|
||||||
a:key="graph_plot_imag"
|
a:key="graph_plot_imag"
|
||||||
a:title="@string/cpp_prefs_graph_plot_imag_title"
|
a:title="@string/cpp_prefs_graph_plot_imag_title"
|
||||||
|
Loading…
Reference in New Issue
Block a user