diff options
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/settings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml index 9a1bcae..e815667 100644 --- a/res/xml/settings.xml +++ b/res/xml/settings.xml @@ -15,6 +15,8 @@ <CheckBoxPreference android:key="lockable_alt" android:title="Alt" android:defaultValue="false"/> <CheckBoxPreference android:key="lockable_fn" android:title="Fn" android:defaultValue="false"/> <CheckBoxPreference android:key="lockable_meta" android:title="Meta" android:defaultValue="false"/> + <CheckBoxPreference android:key="lockable_sup" android:title="Sup" android:defaultValue="false"/> + <CheckBoxPreference android:key="lockable_sub" android:title="Sub" android:defaultValue="false"/> </PreferenceScreen> </PreferenceCategory> <PreferenceCategory android:title="@string/pref_category_vibrate"> |
