diff options
| author | Matttttt <18152455+martholomew@users.noreply.github.com> | 2020-02-23 16:44:06 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-23 16:44:06 +0000 |
| commit | 1a08718ac6207d9630352c2ef116187b5493eee4 (patch) | |
| tree | 887a3a35ec98d6760c5a2616f7fc3d1ac33efd94 /api/src | |
| parent | 6525c220376199dcb63671e75ad917ffe88c1928 (diff) | |
| download | AnySoftKeyboard-1a08718ac6207d9630352c2ef116187b5493eee4.tar.gz AnySoftKeyboard-1a08718ac6207d9630352c2ef116187b5493eee4.tar.bz2 | |
Did some more xml whackiness
Diffstat (limited to 'api/src')
| -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> |
