Calculation time preference removed

This commit is contained in:
serso
2016-01-07 20:38:20 +01:00
parent 5ba8937f06
commit 6b89deee80
5 changed files with 20 additions and 117 deletions

View File

@@ -24,9 +24,6 @@
<string name="p_calc_result_precision_key" translatable="false">org.solovyev.android.calculator.CalculatorModel_result_precision</string>
<string name="p_calc_result_precision" translatable="false">5</string>
<string name="p_calc_max_calculation_time_key" translatable="false">calculation.max_calculation_time</string>
<string name="p_calc_max_calculation_time" translatable="false">5</string>
<string name="p_calc_color_display_key" translatable="false">org.solovyev.android.calculator.CalculatorModel_color_display</string>
<string name="p_calc_color_display" translatable="false">true</string>

View File

@@ -79,13 +79,6 @@
a:summary="@string/c_numeral_bases_summary"
a:title="@string/c_calc_numeral_bases" />
<org.solovyev.android.prefs.IntegerPickerDialogPreference
a:defaultValue="5"
a:key="@string/p_calc_max_calculation_time_key"
a:summary="@string/p_calc_max_calculation_time_summary"
a:title="@string/p_calc_max_calculation_time_title"
range:boundaries="3;1000" />
<android.preference.CheckBoxPreference
a:key="calculations_calculate_on_fly"
a:summary="@string/p_calculations_calculate_on_fly_summary"