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

@ -105,6 +105,8 @@
<string name="pref_plugins_sum">Plugins extend/modify the IITC experience. Most plugins known from desktop IITC can be found here.</string>
<string name="pref_plugins_title">Available plugins</string>
<string name="pref_user_location">Display user location on map</string>
<string name="pref_persistent_zoom">Persistent zoom level</string>
<string name="pref_persistent_zoom_sum">Don\'t change zoom level when locate button is pressed</string>
<string name="pref_user_zoom">Show zoom control</string>
<string name="pref_user_zoom_sum">Shows +/- buttons even on multitouch capable devices.</string>
<string name="pref_fullscreen">Hide in fullscreen mode</string>

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"