aboutsummaryrefslogtreecommitdiff
path: root/api/src
diff options
context:
space:
mode:
Diffstat (limited to 'api/src')
-rw-r--r--api/src/main/res/values/keyboard_layout_api.xml5
1 files changed, 4 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 155db22f5..627e8b1c8 100644
--- a/api/src/main/res/values/keyboard_layout_api.xml
+++ b/api/src/main/res/values/keyboard_layout_api.xml
@@ -79,7 +79,10 @@ Copyright (C) 2013 Menny Even-Danan
<attr name="shiftedKeyLabel" format="reference|string"/>
<!-- The string of characters to output when this key is pressed and shifted. -->
- <attr name="shiftedKeyOutputText"/>
+ <attr name="shiftedKeyOutputText" format="string"/>
+
+ <attr name="keyOutputTyping" format="string"/>
+ <attr name="shiftedKeyOutputTyping" format="string"/>
<!-- Whether should show preview. -->
<attr name="showPreview"/>