diff options
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/settings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml index e25f185..a4cf7ff 100644 --- a/res/xml/settings.xml +++ b/res/xml/settings.xml @@ -9,6 +9,12 @@ android:entries="@array/pref_layout_entries" android:entryValues="@array/pref_layout_values" /> + <CheckBoxPreference + android:key="disable_accent_keys" + android:title="@string/pref_disable_accent_keys_title" + android:summary="@string/pref_disable_accent_keys_summary" + android:defaultValue="false" + /> </PreferenceCategory> <PreferenceCategory android:title="@string/pref_category_typing"> <juloo.common.SlideBarPreference |
