diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2014-08-28 11:54:07 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2014-08-28 12:15:04 +0200 |
| commit | d48db1e4b122347cfa6a30e5d97b93afab5f7fb4 (patch) | |
| tree | 448d8fe4842c75964258d5c09fd8907fdac39285 /main/res/xml | |
| parent | 78e790ebeb3f0b3792ed46ccbefdfbb33bfa4be0 (diff) | |
| download | cgeo-d48db1e4b122347cfa6a30e5d97b93afab5f7fb4.zip cgeo-d48db1e4b122347cfa6a30e5d97b93afab5f7fb4.tar.gz cgeo-d48db1e4b122347cfa6a30e5d97b93afab5f7fb4.tar.bz2 | |
Disable hardware acceleration on some devices (#2803)
The HTC One X and the Samsung S3 mini have trouble rendering bold text
in hardware accelerated mode. On those devices, the default is to not
enable hardware acceleration.
Diffstat (limited to 'main/res/xml')
| -rw-r--r-- | main/res/xml/preferences.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/res/xml/preferences.xml b/main/res/xml/preferences.xml index 59055ca..1ed739d 100644 --- a/main/res/xml/preferences.xml +++ b/main/res/xml/preferences.xml @@ -751,7 +751,6 @@ android:text="@string/init_hardware_acceleration_note" /> <CheckBoxPreference - android:defaultValue="true" android:key="@string/pref_hardware_acceleration" android:title="@string/init_hardware_acceleration" /> </PreferenceCategory> |
