aboutsummaryrefslogtreecommitdiff
path: root/api/src
diff options
context:
space:
mode:
Diffstat (limited to 'api/src')
-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"/>