Zoom control is now only disabled on multitouch capable devices by default

and can be forced on again via a preference.
This commit is contained in:
Jon Benson
2013-05-07 17:22:07 +10:00
parent 541d4c8899
commit 084494bec0
5 changed files with 22 additions and 4 deletions

View File

@ -12,12 +12,17 @@
<PreferenceCategory
android:key="pref_about_cat"
android:title="@string/pref_ui_cat">
<CheckBoxPreference
android:key="pref_user_zoom"
android:title="@string/pref_user_zoom"
android:summary="@string/pref_user_zoom_sum"
android:defaultValue="false" />
<CheckBoxPreference
android:key="pref_user_loc"
android:title="@string/pref_user_loc"
android:summary="@string/pref_user_loc_sum"
android:defaultValue="false" />
</PreferenceCategory>
</PreferenceCategory>
<PreferenceCategory
android:key="pref_mics"