android-calculatorpp/android-app/res/xml/preferences_other.xml

32 lines
1.0 KiB
XML
Raw Normal View History

2012-10-10 08:13:58 -04:00
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:a="http://schemas.android.com/apk/res/android">
2013-06-14 16:31:49 -04:00
<PreferenceScreen a:title="@string/c_prefs_other_category">
2012-10-10 08:13:58 -04:00
2013-06-14 16:31:49 -04:00
<org.solovyev.android.ads.AdViewPreference a:layout="@layout/acl_adview_pref" />
2012-10-10 08:13:58 -04:00
2013-06-14 16:31:49 -04: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" />
2012-10-10 08:13:58 -04:00
2013-06-14 16:31:49 -04: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-10-10 08:13:58 -04:00
2013-06-14 16:31:49 -04:00
<Preference
a:key="@string/p_clear_billing_info_key"
a:summary="@string/c_clear_billing_info_summary"
a:title="@string/c_clear_billing_info_title" />
2012-10-10 08:13:58 -04:00
2013-06-24 07:50:27 -04:00
<Preference
a:key="restart_wizard"
a:title="@string/cpp_restart_wizard" />
2013-06-14 16:31:49 -04:00
</PreferenceScreen>
2012-10-10 08:13:58 -04:00
</PreferenceScreen>