diff options
| -rw-r--r-- | api/src/main/res/values/keyboard_layout_api.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/api/src/main/res/values/keyboard_layout_api.xml b/api/src/main/res/values/keyboard_layout_api.xml index e34dda3ee..5f618bef1 100644 --- a/api/src/main/res/values/keyboard_layout_api.xml +++ b/api/src/main/res/values/keyboard_layout_api.xml @@ -28,6 +28,8 @@ Copyright (C) 2013 Menny Even-Danan <attr name="android:verticalGap"/> <!-- Whether should show preview. --> <attr name="showPreview"/> + <!-- Whether to auto capitalize. --> + <attr name="autoCap"/> </declare-styleable> <declare-styleable name="KeyboardLayout_Row"> @@ -102,4 +104,4 @@ Copyright (C) 2013 Menny Even-Danan <attr name="extra_key_data" format="reference|string"/> </declare-styleable> -</resources>
\ No newline at end of file +</resources> |
