preferences changed

This commit is contained in:
serso
2011-09-28 22:53:50 +04:00
parent 79470fae44
commit efe01304e2
4 changed files with 11 additions and 6 deletions

View File

@@ -6,16 +6,16 @@
<org.solovyev.android.view.prefs.NumberPickerDialogPreference
a:key="@string/p_calc_result_precision_key"
a:title="Precision of result value"
a:title="@string/p_calc_result_precision_title"
a:defaultValue="5"
range:boundaries="0;10"/>
<android.preference.CheckBoxPreference
a:key="@string/p_calc_color_display_key"
a:title="Highlight expressions in brackets"
a:title="@string/c_calc_color_display_title"
a:defaultValue="true"/>
<org.solovyev.android.view.prefs.FloatRangeSeekBarPreference
<!-- <org.solovyev.android.view.prefs.FloatRangeSeekBarPreference
a:key="@string/p_drag_distance_key"
a:title="Distance of drag event"
a:text=" pxs"
@@ -37,7 +37,7 @@
a:text=" degrees"
a:defaultValue="0;45"
range:steps="5"
range:boundaries="0;45"/>
range:boundaries="0;45"/>-->
</PreferenceCategory>