OSDN Git Service

Add new option to allow user to enable/disable soft keyboard
[android-x86/packages-apps-Settings.git] / res / xml / keyboard_settings.xml
index 85d90ab..f67f399 100644 (file)
             android:summaryOn="@string/auto_punctuate_summary"
             android:summaryOff="@string/auto_punctuate_summary"
             android:persistent="false"/>
+    <CheckBoxPreference
+            android:key="softkeyboard"
+            android:title="@string/softkeyboard_enable"
+            android:summaryOn="@string/softkeyboard_enable_summary"
+            android:summaryOff="@string/softkeyboard_enable_summary"
+            android:persistent="false"/>
             
 </PreferenceScreen>