diff options
Diffstat (limited to 'app/src/main/res/xml/preferences.xml')
-rw-r--r-- | app/src/main/res/xml/preferences.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 88b9855..e87b263 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -90,6 +90,13 @@ /> <org.connectbot.util.SwitchCompatPreference + android:key="pgupdngesture" + android:title="@string/pref_pg_updn_gesture_title" + android:summary="@string/pref_pg_updn_gesture_summary" + android:defaultValue="false" + /> + + <org.connectbot.util.SwitchCompatPreference android:key="volumefont" android:title="@string/pref_volumefont_title" android:summary="@string/pref_volumefont_summary" |