aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/xml
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2014-08-28 11:31:09 +0200
committerSamuel Tardieu <sam@rfc1149.net>2014-08-28 12:02:27 +0200
commit78e790ebeb3f0b3792ed46ccbefdfbb33bfa4be0 (patch)
treed73601f5ac09fb7cb6f3abb14be4850e488f9169 /main/res/xml
parent2b4f5f538b2223748b3db9ba0d3b11a5c1e1247c (diff)
downloadcgeo-78e790ebeb3f0b3792ed46ccbefdfbb33bfa4be0.zip
cgeo-78e790ebeb3f0b3792ed46ccbefdfbb33bfa4be0.tar.gz
cgeo-78e790ebeb3f0b3792ed46ccbefdfbb33bfa4be0.tar.bz2
Make hardware acceleration optional (#2803)
Diffstat (limited to 'main/res/xml')
-rw-r--r--main/res/xml/preferences.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/res/xml/preferences.xml b/main/res/xml/preferences.xml
index 6226ebf..59055ca 100644
--- a/main/res/xml/preferences.xml
+++ b/main/res/xml/preferences.xml
@@ -745,6 +745,16 @@
android:key="@string/pref_fakekey_preference_maintenance_directories"
android:title="@string/init_maintenance_directories" />
</PreferenceCategory>
+ <PreferenceCategory android:title="@string/init_hardware_acceleration_title">
+ <cgeo.geocaching.settings.TextPreference
+ android:layout="@layout/text_preference"
+ android:text="@string/init_hardware_acceleration_note" />
+
+ <CheckBoxPreference
+ android:defaultValue="true"
+ android:key="@string/pref_hardware_acceleration"
+ android:title="@string/init_hardware_acceleration" />
+ </PreferenceCategory>
<PreferenceCategory android:title="@string/init_debug_title" >
<cgeo.geocaching.settings.TextPreference
android:layout="@layout/text_preference"