Calculation time preference removed
This commit is contained in:
@@ -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>
|
||||
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user