This commit is contained in:
Philipp Schaefer
2014-07-16 11:20:27 +02:00
parent 7c85e7247b
commit 4781ea9627
5 changed files with 21 additions and 6 deletions

View File

@ -61,6 +61,11 @@
android:key="pref_press_twice_to_exit"
android:summary="@string/pref_press_twice_to_exit_sum"
android:title="@string/pref_press_twice_to_exit"/>
<CheckBoxPreference
android:defaultValue="false"
android:key="pref_persistent_zoom"
android:summary="@string/pref_persistent_zoom_sum"
android:title="@string/pref_persistent_zoom"/>
</PreferenceCategory>
<PreferenceCategory
android:key="pref_mics"