made press twice to exit an option (see #356)

This commit is contained in:
Philipp Schaefer
2013-06-15 13:31:23 +02:00
parent 899d59d38f
commit ba24a79c34
3 changed files with 14 additions and 2 deletions

View File

@ -50,6 +50,11 @@
android:title="@string/pref_force_https"
android:summary="@string/pref_force_https_sum"
android:defaultValue="true" />
<CheckBoxPreference
android:key="pref_press_twice_to_exit"
android:title="@string/pref_press_twice_to_exit"
android:summary="@string/pref_press_twice_to_exit_sum"
android:defaultValue="false" />
</PreferenceCategory>
<PreferenceCategory