2011-07-16 15:25:12 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
2011-09-19 14:50:01 -04:00
|
|
|
<PreferenceScreen xmlns:a="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:range="http://schemas.android.com/apk/res/org.solovyev.android.calculator">
|
2012-01-03 08:31:17 -05:00
|
|
|
|
2012-01-03 17:25:28 -05:00
|
|
|
<Preference
|
|
|
|
a:key="@string/p_calc_ad_free_key"
|
|
|
|
a:title="@string/c_calc_ad_free_title"
|
2012-01-04 12:31:58 -05:00
|
|
|
a:summary="@string/c_calc_ad_free_summary"
|
2012-01-03 08:31:17 -05:00
|
|
|
a:defaultValue="false"
|
2012-02-11 15:38:14 -05:00
|
|
|
/>
|
2012-01-03 08:31:17 -05:00
|
|
|
|
2012-02-11 15:38:14 -05:00
|
|
|
<org.solovyev.android.ads.AdViewPreference
|
|
|
|
a:key="admob_01"
|
|
|
|
a:layout="@layout/admob_pref"/>
|
2011-09-18 14:25:28 -04:00
|
|
|
|
2012-02-11 15:38:14 -05:00
|
|
|
<PreferenceScreen a:title="@string/c_prefs_calculations_category">
|
2012-01-14 11:37:21 -05:00
|
|
|
|
2011-10-26 17:13:51 -04:00
|
|
|
<android.preference.CheckBoxPreference
|
|
|
|
a:key="@string/p_calc_round_result_key"
|
|
|
|
a:summary="@string/c_calc_round_result_summary"
|
|
|
|
a:title="@string/c_calc_round_result_title"
|
|
|
|
a:defaultValue="true"/>
|
|
|
|
|
2012-01-14 18:02:00 -05:00
|
|
|
<org.solovyev.android.prefs.NumberPickerDialogPreference
|
2011-09-26 15:46:47 -04:00
|
|
|
a:key="@string/p_calc_result_precision_key"
|
2011-09-28 14:53:50 -04:00
|
|
|
a:title="@string/p_calc_result_precision_title"
|
2011-10-15 14:11:59 -04:00
|
|
|
a:summary="@string/c_calc_result_precision_summary"
|
2011-09-26 15:46:47 -04:00
|
|
|
a:defaultValue="5"
|
2011-10-26 17:13:51 -04:00
|
|
|
range:boundaries="0;16"/>
|
2011-09-26 15:46:47 -04:00
|
|
|
|
2012-02-11 15:38:14 -05:00
|
|
|
<android.preference.CheckBoxPreference
|
|
|
|
a:key="@string/p_calc_science_notation_key"
|
|
|
|
a:summary="@string/c_calc_science_notation_summary"
|
|
|
|
a:title="@string/c_calc_science_notation_title"
|
|
|
|
a:defaultValue="false"/>
|
|
|
|
|
2011-10-26 15:56:45 -04:00
|
|
|
<ListPreference a:key="@string/p_calc_grouping_separator_key"
|
|
|
|
a:title="@string/c_calc_grouping_separator"
|
|
|
|
a:entries="@array/p_grouping_separator_names"
|
|
|
|
a:summary="@string/c_calc_grouping_separator_summary"
|
|
|
|
a:entryValues="@array/p_grouping_separator_values"/>
|
|
|
|
|
2011-11-19 14:48:57 -05:00
|
|
|
<ListPreference a:key="@string/p_calc_angle_units_key"
|
|
|
|
a:title="@string/c_calc_angle_units"
|
|
|
|
a:entries="@array/p_angle_units_names"
|
|
|
|
a:summary="@string/c_angle_units_summary"
|
|
|
|
a:entryValues="@array/p_angle_units"/>
|
|
|
|
|
2011-12-06 07:32:10 -05:00
|
|
|
<ListPreference a:key="@string/p_calc_numeral_bases_key"
|
|
|
|
a:title="@string/c_calc_numeral_bases"
|
|
|
|
a:entries="@array/p_numeral_bases_names"
|
|
|
|
a:summary="@string/c_numeral_bases_summary"
|
|
|
|
a:entryValues="@array/p_numeral_bases"/>
|
2012-02-11 16:37:17 -05:00
|
|
|
|
|
|
|
<org.solovyev.android.prefs.NumberPickerDialogPreference
|
|
|
|
a:key="@string/p_calc_max_calculation_time_key"
|
|
|
|
a:title="@string/p_calc_max_calculation_time_title"
|
|
|
|
a:summary="@string/p_calc_max_calculation_time_summary"
|
|
|
|
a:defaultValue="5"
|
|
|
|
range:boundaries="3;1000"/>
|
2011-12-06 07:32:10 -05:00
|
|
|
|
2012-02-11 15:38:14 -05:00
|
|
|
</PreferenceScreen>
|
2011-10-26 15:56:45 -04:00
|
|
|
|
2012-02-11 15:38:14 -05:00
|
|
|
<PreferenceScreen
|
|
|
|
a:title="@string/c_prefs_appearance_category">
|
2012-01-14 11:37:21 -05:00
|
|
|
|
2011-09-26 15:46:47 -04:00
|
|
|
<android.preference.CheckBoxPreference
|
2011-10-15 13:11:11 -04:00
|
|
|
a:key="@string/p_calc_color_display_key"
|
2011-10-15 14:11:59 -04:00
|
|
|
a:summary="@string/c_calc_color_display_summary"
|
2011-10-15 13:11:11 -04:00
|
|
|
a:title="@string/c_calc_color_display_title"
|
|
|
|
a:defaultValue="true"/>
|
|
|
|
|
2011-10-26 15:56:45 -04:00
|
|
|
<android.preference.CheckBoxPreference
|
|
|
|
a:key="@string/p_calc_haptic_feedback_key"
|
|
|
|
a:summary="@string/c_calc_haptic_feedback_summary"
|
|
|
|
a:title="@string/c_calc_haptic_feedback_title"
|
|
|
|
a:defaultValue="false"/>
|
2011-10-23 08:05:40 -04:00
|
|
|
|
2011-10-29 04:12:06 -04:00
|
|
|
<ListPreference a:key="@string/p_calc_haptic_feedback_duration_key"
|
|
|
|
a:title="@string/p_calc_haptic_feedback_duration_title"
|
|
|
|
a:entries="@array/p_calc_haptic_feedback_duration_names"
|
|
|
|
a:summary="@string/p_calc_haptic_feedback_duration_summary"
|
|
|
|
a:entryValues="@array/p_calc_haptic_feedback_duration_values"/>
|
|
|
|
|
2012-02-11 15:38:14 -05:00
|
|
|
<ListPreference a:key="@string/p_calc_multiplication_sign_key"
|
|
|
|
a:title="@string/c_calc_multiplication_sign"
|
|
|
|
a:entries="@array/p_multiplication_sign_values"
|
|
|
|
a:summary="@string/c_calc_multiplication_sign_summary"
|
|
|
|
a:entryValues="@array/p_multiplication_sign_values"/>
|
|
|
|
|
2011-10-15 13:11:11 -04:00
|
|
|
<ListPreference a:key="@string/p_calc_theme_key"
|
|
|
|
a:title="@string/c_calc_theme"
|
|
|
|
a:entries="@array/p_theme_names"
|
2011-10-15 14:11:59 -04:00
|
|
|
a:summary="@string/c_calc_theme_summary"
|
2011-10-23 08:05:40 -04:00
|
|
|
a:entryValues="@array/p_theme_values"/>
|
2011-10-15 13:11:11 -04:00
|
|
|
|
2011-10-26 13:32:43 -04:00
|
|
|
<ListPreference a:key="@string/p_calc_layout_key"
|
|
|
|
a:title="@string/c_calc_layout"
|
|
|
|
a:entries="@array/p_layout_names"
|
|
|
|
a:summary="@string/c_calc_layout_summary"
|
|
|
|
a:entryValues="@array/p_layout_values"/>
|
|
|
|
|
2011-10-15 13:11:11 -04:00
|
|
|
|
2012-01-14 18:02:00 -05:00
|
|
|
<org.solovyev.android.prefs.FloatRangeSeekBarPreference
|
2011-12-06 03:14:48 -05:00
|
|
|
a:key="@string/p_drag_distance_key"
|
|
|
|
a:title="@string/c_swipe_distance"
|
|
|
|
a:summary="@string/c_swipe_distance_summary"
|
|
|
|
a:text=" pxs"
|
2011-12-14 18:19:10 -05:00
|
|
|
a:defaultValue="35;350"
|
2011-12-06 03:14:48 -05:00
|
|
|
range:steps="10"
|
|
|
|
range:boundaries="10;500"/>
|
|
|
|
|
2012-02-11 15:38:14 -05:00
|
|
|
<!-- <org.solovyev.android.prefs.FloatRangeSeekBarPreference
|
|
|
|
a:key="@string/p_drag_duration_key"
|
|
|
|
a:title="Duration of drag event"
|
|
|
|
a:text=" ms"
|
|
|
|
a:defaultValue="40;2500"
|
|
|
|
range:steps="10"
|
|
|
|
range:boundaries="5;4000"/>
|
|
|
|
|
|
|
|
<org.solovyev.android.prefs.FloatRangeSeekBarPreference
|
|
|
|
a:key="@string/p_drag_angle_key"
|
|
|
|
a:title="Angle of drag event"
|
|
|
|
a:text=" degrees"
|
|
|
|
a:defaultValue="0;45"
|
|
|
|
range:steps="5"
|
|
|
|
range:boundaries="0;45"/>-->
|
|
|
|
</PreferenceScreen>
|
|
|
|
|
|
|
|
<PreferenceScreen
|
|
|
|
a:title="@string/c_prefs_other_category">
|
|
|
|
|
2011-12-24 17:54:47 -05:00
|
|
|
<android.preference.CheckBoxPreference
|
|
|
|
a:key="@string/p_calc_show_release_notes_key"
|
|
|
|
a:summary="@string/c_calc_show_release_notes_summary"
|
|
|
|
a:title="@string/c_calc_show_release_notes_title"
|
|
|
|
a:defaultValue="true"/>
|
|
|
|
|
2011-12-25 04:17:08 -05:00
|
|
|
<android.preference.CheckBoxPreference
|
|
|
|
a:key="@string/p_calc_use_back_button_as_prev_key"
|
|
|
|
a:summary="@string/c_calc_use_back_button_as_prev_summary"
|
|
|
|
a:title="@string/c_calc_use_back_button_as_prev_title"
|
|
|
|
a:defaultValue="false"/>
|
|
|
|
|
2012-02-11 15:38:14 -05:00
|
|
|
</PreferenceScreen>
|
2011-07-16 15:25:12 -04:00
|
|
|
|
|
|
|
</PreferenceScreen>
|