added persistent zoom level option ( see https://plus.google.com/112875802603603993788/posts/K5zLYyAWQkE )
This commit is contained in:
@ -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>
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user