diff options
| author | Matttttt <18152455+martholomew@users.noreply.github.com> | 2020-02-23 16:43:30 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-23 16:43:30 +0000 |
| commit | 6525c220376199dcb63671e75ad917ffe88c1928 (patch) | |
| tree | eeeba3099a524284d75478ed76f792984e88692b /api/src | |
| parent | 0f51c1c1decf77c147dc33c898bd6c62f9bd75bb (diff) | |
| download | AnySoftKeyboard-6525c220376199dcb63671e75ad917ffe88c1928.tar.gz AnySoftKeyboard-6525c220376199dcb63671e75ad917ffe88c1928.tar.bz2 | |
attrs: defined the autoCap variable in xml
Diffstat (limited to 'api/src')
| -rw-r--r-- | api/src/main/res/values/attrs.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/src/main/res/values/attrs.xml b/api/src/main/res/values/attrs.xml index 84f71de6e..307dabce9 100644 --- a/api/src/main/res/values/attrs.xml +++ b/api/src/main/res/values/attrs.xml @@ -18,6 +18,8 @@ <resources> <!-- Whether should show preview. --> <attr name="showPreview" format="reference|boolean"/> + <!-- Whether to auto capitalize. --> + <attr name="autoCap" format="reference|boolean" /> <declare-styleable name="keyType"> <attr name="key_type_function" format="boolean"/> |
