aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatttttt <18152455+martholomew@users.noreply.github.com>2020-02-23 16:43:30 +0000
committerGitHub <noreply@github.com>2020-02-23 16:43:30 +0000
commit6525c220376199dcb63671e75ad917ffe88c1928 (patch)
treeeeeba3099a524284d75478ed76f792984e88692b
parent0f51c1c1decf77c147dc33c898bd6c62f9bd75bb (diff)
downloadAnySoftKeyboard-6525c220376199dcb63671e75ad917ffe88c1928.tar.gz
AnySoftKeyboard-6525c220376199dcb63671e75ad917ffe88c1928.tar.bz2
attrs: defined the autoCap variable in xml
-rw-r--r--api/src/main/res/values/attrs.xml2
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"/>